Home
last modified time | relevance | path

Searched refs:yMid (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts44 const yMid = Math.floor(target.height / 2 + target.y); constant
53 ctx.fillRect(xLeft, yMid, xWidth, 1);
85 ctx.fillText(label, labelXLeft, yMid);
95 const yMid = Math.floor(bounds.height / 2 + bounds.y); constant
114 ctx.fillText(label, xPosLabel, yMid);
/external/skqp/src/gpu/ops/
DGrShadowRRectOp.cpp431 SkScalar yMid[4] = { bounds.fTop + outerRadius, bounds.fTop + outerRadius, in fillInRRectVerts() local
474 (*verts)->fPos = SkPoint::Make(xOuter[i], yMid[i]); in fillInRRectVerts()
/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp418 SkScalar yMid[4] = { bounds.fTop + outerRadius, bounds.fTop + outerRadius, in fillInRRectVerts() local
461 (*verts)->fPos = SkPoint::Make(xOuter[i], yMid[i]); in fillInRRectVerts()