Searched refs:textByteLen (Results 1 – 2 of 2) sorted by relevance
/external/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 260 size_t textByteLen, in Shape() argument 266 if (SkUTF::CountUTF8(utf8Text, textByteLen) < 0) { in Shape() 268 textByteLen = 0; in Shape() 272 RunHandler runHandler(utf8Text, textByteLen); in Shape() 273 if (textByteLen) { in Shape() 274 result.glyphBounds.resize(textByteLen); in Shape() 280 shaper->shape(utf8Text, textByteLen, font, true, width, &runHandler); in Shape() 291 result.wordBreaks = GetUtf8WordBoundaries(utf8Text, textByteLen, locale); in Shape()
|
D | shape.h | 21 size_t textByteLen,
|