Home
last modified time | relevance | path

Searched defs:yMid (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts59 const yMid = Math.floor(target.height / 2 + target.y); constant
117 const yMid = Math.floor(bounds.height / 2 + bounds.y); constant
/external/skia/src/gpu/ganesh/ops/
DShadowRRectOp.cpp421 SkScalar yMid[4] = { bounds.fTop + outerRadius, bounds.fTop + outerRadius, in fillInRRectVerts() local