Home | History | Annotate | Download | only in xps

Lines Matching full:bytelength

2022 static int num_glyph_guess(SkPaint::TextEncoding encoding, const void* text, size_t byteLength) {
2025 return SkUTF8_CountUnichars(static_cast<const char *>(text), byteLength);
2027 return SkUTF16_CountUnichars(static_cast<const uint16_t *>(text), SkToInt(byteLength));
2029 return SkToInt(byteLength / 2);
2155 //paint.getTextPath(text, byteLength, x, y, &path);