Home
last modified time | relevance | path

Searched refs:shape_width (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skplaintexteditor/src/
Deditor.cpp465 float shape_width = (float)(fWidth); in reshapeAll() local
474 fFont, fLocale, shape_width); in reshapeAll()
492 fFont, fLocale, shape_width); in reshapeAll()
/external/skia/modules/skottie/src/text/
DSkottieShaper.cpp241 const auto shape_width = fDesc.fLinebreak == Shaper::LinebreakPolicy::kExplicit in shapeLine() local
247 fShaper->shape(start, SkToSizeT(end - start), fFont, shape_ltr, shape_width, this); in shapeLine()