HomeSort by relevance Sort by last modified time
    Searched defs:lastGlyph (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
TrimmedArrayProcessor.h 53 TTGlyphID lastGlyph;
IndicRearrangementProcessor.h 55 le_int32 lastGlyph;
StateTableProcessor.h 48 TTGlyphID lastGlyph;
ClassDefinitionTables.cpp 69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount);
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
OpenTypeTables.h 39 TTGlyphID lastGlyph;
LookupTables.h 38 TTGlyphID lastGlyph;
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 444 bool lastGlyph = lastRun && i + 1 == glyphCount;
446 if (lastGlyph)
490 if (!lastGlyph || m_run.allowsTrailingExpansion()) {

Completed in 6638 milliseconds