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 696 if (Find(SkTypeface::UniqueID(fTypeface.get()), fFirstGlyphID, &index) &&
716 return (id >= fFirstGlyphID && id <= fLastGlyphID) || id == 0;
730 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID) {
733 glyphIDs[i] -= (fFirstGlyphID - 1);
783 FontRec newEntry(font, fontID, font->fFirstGlyphID);
824 fFirstGlyphID(1),
881 return fFirstGlyphID;
    [all...]
  /external/skia/include/pdf/
SkPDFFont.h 155 /** Set fFirstGlyphID and fLastGlyphID to span at most 255 glyphs,
187 uint16_t fFirstGlyphID;

Completed in 696 milliseconds