Lines Matching refs:topLeft
311 mesh.position.z = rect.topLeft.z;
319 x: rect.topLeft.x,
321 z: rect.topLeft.z,
325 y: rect.topLeft.y,
330 const height = rect.bottomRight.y - rect.topLeft.y;
331 const width = rect.bottomRight.x - rect.topLeft.x;
342 .moveTo(rect.topLeft.x, rect.topLeft.y + cornerRadius)
364 .lineTo(rect.topLeft.x + cornerRadius, rect.topLeft.y)
366 rect.topLeft.x,
367 rect.topLeft.y,
368 rect.topLeft.x,
369 rect.topLeft.y + cornerRadius,