Searched refs:bottomRight (Results 1 – 3 of 3) sorted by relevance
/development/tools/winscope/src/viewers/components/rects/ |
D | mapper3d.ts | 239 bottomRight: { 306 const height = Math.abs(rect3d.topLeft.y - rect3d.bottomRight.y); 307 const width = Math.abs(rect3d.topLeft.x - rect3d.bottomRight.x); 312 (rect3d.bottomRight.x = maxDimension); 317 rect3d.bottomRight.y = maxDimension; 329 return this.matMultiply(rect.transform, rect.bottomRight).y; 346 x: rect3d.bottomRight.x, 347 y: rect3d.bottomRight.y, 348 z: rect3d.bottomRight.z, 352 this.matMultiply(rect3d.transform, rect3d.bottomRight), [all …]
|
D | canvas.ts | 320 y: rect.bottomRight.y, 324 x: rect.bottomRight.x, 326 z: rect.bottomRight.z, 330 const height = rect.bottomRight.y - rect.topLeft.y; 331 const width = rect.bottomRight.x - rect.topLeft.x; 350 .lineTo(rect.bottomRight.x - cornerRadius, rect.bottomRight.y) 352 rect.bottomRight.x, 353 rect.bottomRight.y, 354 rect.bottomRight.x, 355 rect.bottomRight.y - cornerRadius,
|
D | types3d.ts | 50 bottomRight: Point3D; property
|