Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/rects/
Dcanvas.ts277 const bottomLeft = new Point3D( constant
292 .lineTo(bottomLeft.x, bottomLeft.y - cornerRadius)
294 bottomLeft.x,
295 bottomLeft.y,
296 bottomLeft.x + cornerRadius,
297 bottomLeft.y,
324 const bottomLeft = new Point3D(topLeft.x, bottomRight.y, topLeft.z); constant
330 .lineTo(bottomLeft.x, bottomLeft.y)
Dmapper3d.ts430 const bottomLeft = new Point3D( constant
443 rect3d.transform.transformPoint3D(bottomLeft),