Home
last modified time | relevance | path

Searched defs:inner_width (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/modules/skottie/utils/
DTextEditor.cpp176 const auto inner_width = cscale * fCursorWeight * 0.05f, in drawCursor() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h137 unsigned inner_width; member
/third_party/rust/rust/src/tools/rustfmt/src/
Ditems.rs2069 let inner_width = shape.width.checked_sub(3)?; in rewrite() localVariable