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

  /external/skia/src/pdf/
SkPDFCanon.cpp 64 fFontRecords[i].fGlyphID, fontID, glyphID);
75 void SkPDFCanon::addFont(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID) {
79 rec->fGlyphID = fGlyphID;
SkPDFCanon.h 64 void addFont(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
90 uint16_t fGlyphID;

Completed in 670 milliseconds