Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/text/
DSkottieShaper.cpp228 const auto shape_width = fBox.isEmpty() ? SK_ScalarMax in shapeLine() local
232 fShaper->shape(start, SkToSizeT(end - start), fFont, true, shape_width, this); in shapeLine()
/third_party/flutter/skia/experimental/editor/
Deditor.cpp465 float shape_width = (float)(fWidth); in reshapeAll() local
474 fFont, fLocale, shape_width); in reshapeAll()
492 fFont, fLocale, shape_width); in reshapeAll()
/third_party/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()
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp240 const auto shape_width = fDesc.fLinebreak == Shaper::LinebreakPolicy::kExplicit in shapeLine() local
246 fShaper->shape(start, SkToSizeT(end - start), fFont, shape_ltr, shape_width, this); in shapeLine()