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

  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 46 uint16_t fLastGlyphID; // The last valid glyph ID in the font.
  /external/skia/src/pdf/
SkPDFFont.cpp 716 return (id >= fFirstGlyphID && id <= fLastGlyphID) || id == 0;
730 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID) {
825 fLastGlyphID(info ? info->fLastGlyphID : 0),
885 return fLastGlyphID;
889 fLastGlyphID = glyphID;
    [all...]
  /external/skia/include/pdf/
SkPDFFont.h 155 /** Set fFirstGlyphID and fLastGlyphID to span at most 255 glyphs,
188 uint16_t fLastGlyphID;
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_FreeType.cpp 460 info->fLastGlyphID = face->num_glyphs - 1;
    [all...]
SkFontHost_mac_coretext.cpp     [all...]

Completed in 67 milliseconds