Lines Matching refs:glyphToUnicode
967 static SkUnichar map_glyph(const std::vector<SkUnichar>& glyphToUnicode, SkGlyphID glyph) {
968 return glyph < glyphToUnicode.size() ? glyphToUnicode[SkToInt(glyph)] : -1;
1086 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, fDocument);
1155 unichar != map_glyph(glyphToUnicode, glyphs[index])) // test single Unichar map