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

  /external/icu4c/layout/
ThaiLayoutEngine.cpp 30 fGlyphSet = 3;
33 fGlyphSet = 0;
36 fGlyphSet = 1;
43 fGlyphSet = 2;
46 fGlyphSet = 3;
90 glyphCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
ThaiLayoutEngine.h 34 * language. It examines the font, using LEFontInstance::canDisplay, to set fGlyphSet
79 le_uint8 fGlyphSet;
  /external/skia/include/pdf/
SkPDFFont.h 43 SkPDFGlyphSet* fGlyphSet;
  /external/skia/src/pdf/
SkPDFFont.cpp 615 fGlyphSet(glyphSet) {
644 myUsage->merge(*(usage.fMap[i].fGlyphSet));
650 delete fMap[i].fGlyphSet; // Should not be NULL.
667 return fMap[i].fGlyphSet;
673 fMap[index].fGlyphSet = new SkPDFGlyphSet();
674 return fMap[index].fGlyphSet;
    [all...]
SkPDFDocument.cpp 48 entry->fFont->getFontSubset(entry->fGlyphSet);

Completed in 95 milliseconds