Searched refs:bytesVisible (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_primitive.cpp | 235 size_t bytesVisible = bytesConsumed - bytesCollapsed; in shape() local 237 size_t numGlyphs = SkUTF::CountUTF8(utf8, bytesVisible); in shape() 242 { font.MeasureText(utf8, bytesVisible, RSDrawing::TextEncoding::UTF8), 0 }, in shape() 244 { font.measureText(utf8, bytesVisible, SkTextEncoding::kUTF8), 0 }, in shape() 247 RunHandler::Range(utf8Offset, bytesVisible) in shape()
|
Completed in 1 milliseconds