Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp173 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) { in first_nonzero_glyph_for_single_byte_encoding() function
188 SkGlyphID subsetCode = multibyte ? 0 : first_nonzero_glyph_for_single_byte_encoding(glyphID); in GetFontResource()