Lines Matching defs:encoding
777 SkTextEncoding encoding) {
780 const int count = font.countText(text, byteLength, encoding);
786 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
793 SkTextEncoding encoding) {
794 const int count = font.countText(text, byteLength, encoding);
800 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
807 const SkFont& font, SkTextEncoding encoding) {
808 const int count = font.countText(text, byteLength, encoding);
814 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
821 SkTextEncoding encoding) {
822 const int count = font.countText(text, byteLength, encoding);
828 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);