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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 742 fFirstGlyphID,
765 return (id >= fFirstGlyphID && id <= fLastGlyphID) || id == 0;
779 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID) {
782 glyphIDs[i] -= (fFirstGlyphID - 1);
847 FontRec newEntry(font, fontID, font->fFirstGlyphID);
888 fFirstGlyphID(1),
    [all...]
SkPDFFont.h 157 /** Set fFirstGlyphID and fLastGlyphID to span at most 255 glyphs,
189 uint16_t fFirstGlyphID;
  /external/skia/src/pdf/
SkPDFFont.cpp 742 fFirstGlyphID,
765 return (id >= fFirstGlyphID && id <= fLastGlyphID) || id == 0;
779 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID) {
782 glyphIDs[i] -= (fFirstGlyphID - 1);
847 FontRec newEntry(font, fontID, font->fFirstGlyphID);
888 fFirstGlyphID(1),
    [all...]
SkPDFFont.h 157 /** Set fFirstGlyphID and fLastGlyphID to span at most 255 glyphs,
189 uint16_t fFirstGlyphID;

Completed in 430 milliseconds