Home
last modified time | relevance | path

Searched refs:topRight (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/viewers/components/rects/
Dcanvas.ts323 const topRight: Point3D = { constant
357 .lineTo(topRight.x, topRight.y + cornerRadius)
359 topRight.x,
360 topRight.y,
361 topRight.x - cornerRadius,
362 topRight.y,
Dmapper3d.ts345 const topRight: Point3D = { constant
354 this.matMultiply(rect3d.transform, topRight),