Searched refs:fGlyphSet (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiLayoutEngine.cpp30 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);
H A DThaiLayoutEngine.h34 * language. It examines the font, using LEFontInstance::canDisplay, to set fGlyphSet
79 le_uint8 fGlyphSet; member in class:ThaiLayoutEngine
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h43 SkPDFGlyphSet* fGlyphSet; member in struct:SkPDFGlyphSetMap::FontGlyphSetPair
H A DSkPDFFont.cpp652 fGlyphSet(glyphSet) {
681 myUsage->merge(*(usage.fMap[i].fGlyphSet));
687 delete fMap[i].fGlyphSet; // Should not be NULL.
704 return fMap[i].fGlyphSet;
710 fMap[index].fGlyphSet = new SkPDFGlyphSet();
711 return fMap[index].fGlyphSet;
H A DSkPDFDocument.cpp41 entry->fFont->getFontSubset(entry->fGlyphSet);
/external/skia/src/pdf/
H A DSkPDFFont.h43 SkPDFGlyphSet* fGlyphSet; member in struct:SkPDFGlyphSetMap::FontGlyphSetPair
H A DSkPDFFont.cpp652 fGlyphSet(glyphSet) {
681 myUsage->merge(*(usage.fMap[i].fGlyphSet));
687 delete fMap[i].fGlyphSet; // Should not be NULL.
704 return fMap[i].fGlyphSet;
710 fMap[index].fGlyphSet = new SkPDFGlyphSet();
711 return fMap[index].fGlyphSet;
H A DSkPDFDocument.cpp41 entry->fFont->getFontSubset(entry->fGlyphSet);

Completed in 146 milliseconds