HomeSort by relevance Sort by last modified time
    Searched refs:ttGlyphID (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
CoverageTables.cpp 43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
55 if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
67 if (SWAPW(glyphArray[index]) == ttGlyphID) {
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
79 OpenTypeUtilities::getGlyphRangeIndex(ttGlyphID, rangeRecordArray, count)
    [all...]
ClassDefinitionTables.cpp 67 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
68 TTGlyphID firstGlyph = SWAPW(startGlyph);
69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount);
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
72 return SWAPW(classValueArray[ttGlyphID - firstGlyph]);
94 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID)
    [all...]

Completed in 107 milliseconds