Searched refs:ttGlyph (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLookupTables.cpp33 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); local
39 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
48 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
53 if (SWAPW(entry->firstGlyph) <= ttGlyph) {
65 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); local
69 if (SWAPW(trial->glyph) <= ttGlyph) {
78 if (SWAPW(trial->glyph) <= ttGlyph) {
83 if (SWAPW(entry->glyph) == ttGlyph) {
H A DTrimmedArrayProcessor.cpp51 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); local
53 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
54 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
H A DTrimmedArrayProcessor2.cpp47 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); local
49 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
50 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success));
H A DClassDefinitionTables.cpp103 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID);
107 OpenTypeUtilities::getGlyphRangeIndex(ttGlyph, classRangeRecordArrayRef, success);
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DPortableFontInstance.cpp366 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); local
382 le_uint16 index = ttGlyph;
384 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) {
389 if (ttGlyph >= fNumLongHorMetrics) {
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DPortableFontInstance.cpp366 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); local
382 le_uint16 index = ttGlyph;
384 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) {
389 if (ttGlyph >= fNumLongHorMetrics) {
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DGDIFontInstance.cpp68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]); local
70 if (ttGlyph < 0xFFFE) {
71 ttGlyphs[out] = ttGlyph;

Completed in 101 milliseconds