Home | History | Annotate | Download | only in pdf

Lines Matching refs:glyphID

29     bool has(uint16_t glyphID) const;
112 bool hasGlyph(uint16_t glyphID);
124 /** Get the font resource for the passed typeface and glyphID. The
130 * @param glyphID Specify which section of a large font is of interest.
132 static SkPDFFont* GetFontResource(SkTypeface* typeface, uint16_t glyphID);
152 void setLastGlyphID(uint16_t glyphID);
165 * including the passed glyphID.
167 void adjustGlyphRangeForSingleByteEncoding(int16_t glyphID);
175 SkTypeface* typeface, uint16_t glyphID,
178 static bool Find(uint32_t fontID, uint16_t glyphID, int* index);