Home
last modified time | relevance | path

Searched refs:getGlyphCount (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/
H A DGlyphSubstitutionState.java66 this.ogb = IntBuffer.allocate(gs.getGlyphCount()); in GlyphSubstitutionState()
67 this.oal = new ArrayList(gs.getGlyphCount()); in GlyphSubstitutionState()
93 this.ogb = IntBuffer.allocate(gs.getGlyphCount()); in reset()
94 this.oal = new ArrayList(gs.getGlyphCount()); in reset()
217 nog = gs.getGlyphCount() - nlg; in apply()
H A DGlyphProcessingState.java97 this.indexLast = gs.getGlyphCount(); in GlyphProcessingState()
143 this.indexLast = gs.getGlyphCount(); in reset()
904 int nig = (igs != null) ? igs.getGlyphCount() : 0; in replaceInput()
914 int nrg = (gs != null) ? gs.getGlyphCount() : 0; in replaceInput()
960 return replaceInput(offset, count, gs, 0, gs.getGlyphCount()); in replaceInput()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstProc.cpp80 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
91 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
H A DLayoutEngine.cpp212 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount() function in LayoutEngine
214 return fGlyphStorage->getGlyphCount(); in getGlyphCount()
385 return glyphStorage.getGlyphCount(); in computeGlyphs()
402 le_int32 i, glyphCount = glyphStorage.getGlyphCount(); in positionGlyphs()
451 le_int32 p, glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()
489 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()
567 if (fGlyphStorage->getGlyphCount() > 0) { in layoutChars()
H A DContextualGlyphInsertionProc2.cpp110 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
122 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
H A DLEGlyphStorage.h162 inline le_int32 getGlyphCount() const;
558 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
H A DContextualGlyphSubstProc2.cpp77 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
88 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstProc.cpp80 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
91 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
H A DLayoutEngine.cpp212 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount() function in LayoutEngine
214 return fGlyphStorage->getGlyphCount(); in getGlyphCount()
385 return glyphStorage.getGlyphCount(); in computeGlyphs()
402 le_int32 i, glyphCount = glyphStorage.getGlyphCount(); in positionGlyphs()
451 le_int32 p, glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()
489 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()
567 if (fGlyphStorage->getGlyphCount() > 0) { in layoutChars()
H A DContextualGlyphInsertionProc2.cpp110 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
122 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
H A DLEGlyphStorage.h162 inline le_int32 getGlyphCount() const;
558 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
H A DContextualGlyphSubstProc2.cpp77 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
88 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/util/
H A DGlyphSequence.java228 int ng = getGlyphCount(); in getGlyphs()
269 public int getGlyphCount() { in getGlyphCount() method in GlyphSequence
300 int ng = getGlyphCount(); in getAssociations()
371 int ng = getGlyphCount(); in compareGlyphs()
546 int ng = gs.getGlyphCount(); in reorder()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/
H A DMultiByteFont.java592 int[] widths = new int[gs.getGlyphCount()]; in getUnscaledWidths()
611 int[][] adjustments = new int [ gs.getGlyphCount() ] [ 4 ]; in performPositioning()
702 int ng = gs.getGlyphCount(); in mapGlyphsToChars()
781 IntBuffer ngb = IntBuffer.allocate(gs.getGlyphCount()); in elideControls()
782 List nal = new java.util.ArrayList(gs.getGlyphCount()); in elideControls()
783 for (int i = 0, n = gs.getGlyphCount(); i < n; ++i) { in elideControls()
/dports/devel/icu-le-hb/icu-le-hb-1.0.3-7-g04505b2/src/
H A DLEGlyphStorage.h137 inline le_int32 getGlyphCount() const;
533 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/scripts/
H A DTamilScriptProcessor.java53 int ng = gs.getGlyphCount(); in findPreBaseMatra()
68 int ng = gs.getGlyphCount(); in findPreBaseMatraTarget()
114 int ng = gs.getGlyphCount(); in findReph()
127 int ng = gs.getGlyphCount(); in findRephTarget()
H A DDevanagariScriptProcessor.java53 int ng = gs.getGlyphCount(); in findPreBaseMatra()
68 int ng = gs.getGlyphCount(); in findPreBaseMatraTarget()
114 int ng = gs.getGlyphCount(); in findReph()
127 int ng = gs.getGlyphCount(); in findRephTarget()
H A DGujaratiScriptProcessor.java53 int ng = gs.getGlyphCount(); in findPreBaseMatra()
68 int ng = gs.getGlyphCount(); in findPreBaseMatraTarget()
114 int ng = gs.getGlyphCount(); in findReph()
127 int ng = gs.getGlyphCount(); in findRephTarget()
H A DGurmukhiScriptProcessor.java53 int ng = gs.getGlyphCount(); in findPreBaseMatra()
68 int ng = gs.getGlyphCount(); in findPreBaseMatraTarget()
114 int ng = gs.getGlyphCount(); in findReph()
127 int ng = gs.getGlyphCount(); in findRephTarget()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DLigature.java77 public int getGlyphCount() { in getGlyphCount() method in Ligature
/dports/devel/love10/love-0.10.2/src/modules/font/
H A DImageRasterizer.h48 virtual int getGlyphCount() const;
H A DRasterizer.h94 virtual int getGlyphCount() const = 0;
/dports/devel/love/love-11.3/src/modules/font/
H A DImageRasterizer.h48 int getGlyphCount() const override;
H A DRasterizer.h102 virtual int getGlyphCount() const = 0;
/dports/devel/love10/love-0.10.2/src/modules/font/freetype/
H A DTrueTypeRasterizer.h53 virtual int getGlyphCount() const;

1234567