/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ClassTable.java | 21 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/ |
D | ClassDefinitionTables.cpp | 15 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()
|
D | AnchorTables.cpp | 15 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, in getAnchor() 63 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &… in getAnchor()
|
D | Lookups.h | 71 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, … in getGlyphCoverage() 76 …:getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode… in getGlyphCoverage()
|
D | OpenTypeUtilities.h | 24 …static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 re… in getGlyphRangeIndex()
|
D | MarkArrays.cpp | 16 le_int32 MarkArray::getMarkClass(LEGlyphID glyphID, le_int32 coverageIndex, const LEFontInstance *f… in getMarkClass()
|
D | CursiveAttachmentSubtables.cpp | 19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID(); in process() local
|
D | Lookups.cpp | 37 …rage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode… in getGlyphCoverage()
|
D | GlyphIterator.cpp | 201 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID) in setCurrGlyphID() 370 LEGlyphID glyphID = glyphStorage[index]; in filterGlyph() local
|
D | PairPositioningSubtables.cpp | 132 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const… in findPairValueRecord()
|
D | GlyphPositionAdjustments.cpp | 107 LEGlyphID glyphID = glyphStorage[i]; in applyCursiveAdjustments() local
|
D | OpenTypeUtilities.cpp | 95 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphR… in getGlyphRangeIndex()
|
D | LEGlyphStorage.cpp | 273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) in setGlyphID()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | T_S_I__0.py | 8 def fixlongs(glyphID, textLength, textOffset): argument
|
D | _c_m_a_p.py | 1030 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): argument 1042 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): argument
|
/external/skia/src/gpu/ |
D | GrPathRendering.cpp | 34 void generatePath(int glyphID, SkPath* out) override { in generatePath()
|
D | GrGlyph.h | 62 uint16_t glyphID() const { return UnpackID(fPackedID); } in glyphID() function
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 798 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()
|
D | SkPDFCanon.cpp | 56 uint16_t glyphID, in findFont()
|
/external/skia/src/core/ |
D | SkGlyphCache.cpp | 100 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()
|
D | SkScalerContext.h | 218 SkUnichar glyphIDToChar(uint16_t glyphID) { in glyphIDToChar()
|
/external/skia/gm/ |
D | poly2poly.cpp | 221 uint16_t glyphID = 3; // X in doDraw() local
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 213 ULONG glyphID; /* Glyph index; interpretation depends on member 341 GlyphID glyphID; /* Glyph ID of the UVS */ member
|
/external/skia/tests/ |
D | PDFPrimitivesTest.cpp | 186 uint16_t glyphID = 65000; in test_issue1083() local
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | __init__.py | 538 def getGlyphName(self, glyphID, requireReal=False): argument
|