Lines Matching full:bytelength
784 int textToGlyphs(const void* text, size_t byteLength,
794 bool containsText(const void* text, size_t byteLength) const;
807 int countText(const void* text, size_t byteLength) const {
808 return this->textToGlyphs(text, byteLength, NULL);
855 * @param byteLength number of bytes to of text
863 int getTextWidths(const void* text, size_t byteLength, SkScalar widths[],