Home | History | Annotate | Download | only in ports

Lines Matching refs:glyphToUnicode

1599                                       SkUnichar* glyphToUnicode) {
1600 sk_bzero(glyphToUnicode, sizeof(SkUnichar) * glyphCount);
1603 populate_glyph_to_unicode_slow(ctFont, glyphCount, glyphToUnicode);
1624 sk_bzero(glyphToUnicode, glyphCount * sizeof(SkUnichar));
1634 glyphToUnicode[glyph] = unichar;