Home
last modified time | relevance | path

Searched refs:fGlyphID (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFCanon.cpp64 fFontRecords[i].fGlyphID, fontID, glyphID); in findFont()
75 void SkPDFCanon::addFont(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID) { in addFont() argument
79 rec->fGlyphID = fGlyphID; in addFont()
DSkPDFCanon.h64 void addFont(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
90 uint16_t fGlyphID; member