Lines Matching refs:SkUnichar
622 uint16_t generateCharToGlyph(SkUnichar uni) override;
993 uint16_t SkScalerContext_Mac::generateCharToGlyph(SkUnichar uni) { in generateCharToGlyph()
1462 SkTDArray<SkUnichar>* glyphToUnicode) { in populate_glyph_to_unicode_slow()
1464 SkUnichar* out = glyphToUnicode->begin(); in populate_glyph_to_unicode_slow()
1465 sk_bzero(out, glyphCount * sizeof(SkUnichar)); in populate_glyph_to_unicode_slow()
1483 SkTDArray<SkUnichar>* glyphToUnicode) { in populate_glyph_to_unicode()
1508 SkUnichar* out = glyphToUnicode->begin(); in populate_glyph_to_unicode()
1509 sk_bzero(out, glyphCount * sizeof(SkUnichar)); in populate_glyph_to_unicode()
1961 SkUnichar uni = SkUTF8_NextUnichar(&utf8); in onCharsToGlyphs()
1979 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); in onCharsToGlyphs()
2225 SkUnichar character) const override { in onMatchFamilyStyleCharacter()