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

  /external/skia/src/pdf/
SkPDFFont.cpp 710 fFirstGlyphID,
732 return (id >= fFirstGlyphID && id <= fLastGlyphID) || id == 0;
746 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID) {
749 glyphIDs[i] -= (fFirstGlyphID - 1);
810 FontRec newEntry(font, fontID, font->fFirstGlyphID);
851 fFirstGlyphID(1),
911 return fFirstGlyphID;
    [all...]
SkPDFFont.h 155 /** Set fFirstGlyphID and fLastGlyphID to span at most 255 glyphs,
187 uint16_t fFirstGlyphID;

Completed in 37 milliseconds