Home
last modified time | relevance | path

Searched defs:glyphID (Results 1 – 25 of 32) sorted by relevance

12

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DClassTable.java21 private int glyphID; field in ClassTable.ClassEntry
24 public ClassEntry(int glyphID, int classID) in ClassEntry()
66 public static int search(ClassEntry[] table, int glyphID) in search()
147 public int getGlyphClassID(int glyphID) in getGlyphClassID()
/external/icu/icu4c/source/layout/
DClassDefinitionTables.cpp15 le_int32 ClassDefinitionTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass()
67 le_int32 ClassDefFormat1Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass()
100 le_int32 ClassDefFormat2Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass()
DAnchorTables.cpp15 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, in getAnchor()
63 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &… in getAnchor()
DLookups.h71 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, … in getGlyphCoverage()
76 …:getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode… in getGlyphCoverage()
DOpenTypeUtilities.h24 …static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 re… in getGlyphRangeIndex()
DMarkArrays.cpp16 le_int32 MarkArray::getMarkClass(LEGlyphID glyphID, le_int32 coverageIndex, const LEFontInstance *f… in getMarkClass()
DCursiveAttachmentSubtables.cpp19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID(); in process() local
DLookups.cpp37 …rage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode… in getGlyphCoverage()
DGlyphIterator.cpp201 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID) in setCurrGlyphID()
370 LEGlyphID glyphID = glyphStorage[index]; in filterGlyph() local
DPairPositioningSubtables.cpp132 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const… in findPairValueRecord()
DGlyphPositionAdjustments.cpp107 LEGlyphID glyphID = glyphStorage[i]; in applyCursiveAdjustments() local
DOpenTypeUtilities.cpp95 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphR… in getGlyphRangeIndex()
DLEGlyphStorage.cpp273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) in setGlyphID()
/external/fonttools/Lib/fontTools/ttLib/tables/
DT_S_I__0.py8 def fixlongs(glyphID, textLength, textOffset): argument
D_c_m_a_p.py1030 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): argument
1042 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): argument
/external/skia/src/gpu/
DGrPathRendering.cpp34 void generatePath(int glyphID, SkPath* out) override { in generatePath()
DGrGlyph.h62 uint16_t glyphID() const { return UnpackID(fPackedID); } in glyphID() function
/external/skia/src/pdf/
DSkPDFFont.cpp798 uint16_t glyphID) { in GetFontResource()
880 uint16_t glyphID, in Create()
923 void SkPDFFont::setLastGlyphID(uint16_t glyphID) { in setLastGlyphID()
965 void SkPDFFont::adjustGlyphRangeForSingleByteEncoding(uint16_t glyphID) { in adjustGlyphRangeForSingleByteEncoding()
1196 uint16_t glyphID, in SkPDFType1Font()
1235 bool SkPDFType1Font::populate(int16_t glyphID) { in populate()
1319 uint16_t glyphID) in SkPDFType3Font()
1326 bool SkPDFType3Font::populate(uint16_t glyphID) { in populate()
DSkPDFCanon.cpp56 uint16_t glyphID, in findFont()
/external/skia/src/core/
DSkGlyphCache.cpp100 SkUnichar SkGlyphCache::glyphToUnichar(uint16_t glyphID) { in glyphToUnichar()
119 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID) { in getGlyphIDAdvance()
137 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID) { in getGlyphIDMetrics()
143 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID, SkFixed x, SkFixed y) { in getGlyphIDMetrics()
DSkScalerContext.h218 SkUnichar glyphIDToChar(uint16_t glyphID) { in glyphIDToChar()
/external/skia/gm/
Dpoly2poly.cpp221 uint16_t glyphID = 3; // X in doDraw() local
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh213 ULONG glyphID; /* Glyph index; interpretation depends on member
341 GlyphID glyphID; /* Glyph ID of the UVS */ member
/external/skia/tests/
DPDFPrimitivesTest.cpp186 uint16_t glyphID = 65000; in test_issue1083() local
/external/fonttools/Lib/fontTools/ttLib/
D__init__.py538 def getGlyphName(self, glyphID, requireReal=False): argument

12