Home
last modified time | relevance | path

Searched defs:shape_width (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Dlists.rs877 let shape_width = shape.width.checked_sub(prefix_width + suffix_width); in struct_lit_shape() localVariable
879 let shape_width = cmp::min(w, context.config.struct_lit_width()); in struct_lit_shape() localVariable
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp240 const auto shape_width = fDesc.fLinebreak == Shaper::LinebreakPolicy::kExplicit in shapeLine() local
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp465 float shape_width = (float)(fWidth); in reshapeAll() local
/third_party/skia/m133/modules/skplaintexteditor/src/
Deditor.cpp472 float shape_width = (float)(fWidth); in reshapeAll() local
/third_party/skia/m133/modules/skottie/src/text/
DTextShaper.cpp329 const auto shape_width = fDesc.fLinebreak == Shaper::LinebreakPolicy::kExplicit in shapeLine() local