Home
last modified time | relevance | path

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

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