Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFFont.cpp353 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) { in first_nonzero_glyph_for_single_byte_encoding() function
380 multibyte ? 0 : first_nonzero_glyph_for_single_byte_encoding(glyph->getGlyphID()); in getFontResource()