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

  /external/icu/icu4c/source/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 73 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
74 TTGlyphID firstGlyph = SWAPW(startGlyph);
75 TTGlyphID lastGlyph = firstGlyph + count;
77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
78 return SWAPW( classValueArrayRef(ttGlyphID - firstGlyph, success) );
103 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID)
    [all...]

Completed in 1024 milliseconds