Home
last modified time | relevance | path

Searched refs:lastGlyph (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pdf/
DSkPDFFont.cpp226 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource() local
229 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()