Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFFont.cpp196 SkGlyphID subsetCode = in GetFontResource() local
198 uint64_t fontID = (static_cast<uint64_t>(SkTypeface::UniqueID(face)) << 16) | subsetCode; in GetFontResource()
217 firstNonZeroGlyph = subsetCode; in GetFontResource()
218 lastGlyph = SkToU16(std::min<int>((int)lastGlyph, 254 + (int)subsetCode)); in GetFontResource()