Searched defs:lastGlyph (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layout/
H A DTrimmedArrayProcessor.h53 TTGlyphID lastGlyph; member in class:TrimmedArrayProcessor
H A DIndicRearrangementProcessor.h55 le_int32 lastGlyph; member in class:IndicRearrangementProcessor
H A DStateTableProcessor.h48 TTGlyphID lastGlyph; member in class:StateTableProcessor
H A DClassDefinitionTables.cpp69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount); local
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
H A DOpenTypeTables.h39 TTGlyphID lastGlyph; member in struct:GlyphRangeRecord
H A DLookupTables.h38 TTGlyphID lastGlyph; member in struct:LookupSegment
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp444 bool lastGlyph = lastRun && i + 1 == glyphCount; local
446 if (lastGlyph)
490 if (!lastGlyph || m_run.allowsTrailingExpansion()) {

Completed in 220 milliseconds