Package icyllis.arc3d.granite
Class SubRunContainer.DirectMaskSubRun
java.lang.Object
icyllis.arc3d.granite.SubRunContainer.SubRun
icyllis.arc3d.granite.SubRunContainer.AtlasSubRun
icyllis.arc3d.granite.SubRunContainer.DirectMaskSubRun
- Enclosing class:
SubRunContainer
-
Constructor Summary
ConstructorDescriptionDirectMaskSubRun
(StrikeDesc strikeDesc, Matrixc creationMatrix, Rect2fc creationBounds, int maskFormat, int[] acceptedGlyphs, int acceptedGlyphOffset, float[] acceptedPositions, int acceptedPositionOffset, int acceptedGlyphCount) All params are read-only, copy will be made. -
Method Summary
Methods inherited from class icyllis.arc3d.granite.SubRunContainer.AtlasSubRun
draw, fillInstanceData, fillInstanceData, getBounds, getGlyphCount, getMaskFormat, getMatrixAndFilter, getMemorySize, prepareGlyphs
-
Constructor Details
-
DirectMaskSubRun
public DirectMaskSubRun(StrikeDesc strikeDesc, Matrixc creationMatrix, Rect2fc creationBounds, int maskFormat, int[] acceptedGlyphs, int acceptedGlyphOffset, float[] acceptedPositions, int acceptedPositionOffset, int acceptedGlyphCount) All params are read-only, copy will be made.
-