Searched refs:shape_width (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/modules/skottie/src/text/ |
D | SkottieShaper.cpp | 228 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/ |
D | editor.cpp | 465 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/ |
D | editor.cpp | 465 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/ |
D | SkottieShaper.cpp | 240 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()
|