Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp214 SkGlyphID subsetCode = multibyte ? 0 : first_nonzero_glyph_for_single_byte_encoding(glyphID); in GetFontResource() local
215 uint64_t fontID = (SkTypeface::UniqueID(face) << 16) | subsetCode; in GetFontResource()
235 firstNonZeroGlyph = subsetCode; in GetFontResource()
236 lastGlyph = SkToU16(SkTMin<int>((int)lastGlyph, 254 + (int)subsetCode)); in GetFontResource()