Searched refs:lastGlyph (Results 1 – 1 of 1) sorted by relevance
226 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource() local229 SkASSERT(glyphID <= lastGlyph); in GetFontResource()236 lastGlyph = SkToU16(SkTMin<int>((int)lastGlyph, 254 + (int)subsetCode)); in GetFontResource()238 SkPDFFont::Info info = {std::move(typeface), firstNonZeroGlyph, lastGlyph, type}; in GetFontResource()