Lines Matching defs:byteLength
776 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font,
780 const int count = font.countText(text, byteLength, encoding);
786 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
791 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength,
794 const int count = font.countText(text, byteLength, encoding);
800 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
805 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength,
808 const int count = font.countText(text, byteLength, encoding);
814 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
819 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength,
822 const int count = font.countText(text, byteLength, encoding);
828 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);