Lines Matching refs:x
235 x: rect2d.x,
240 x: rect2d.x + rect2d.w,
307 const width = Math.abs(rect3d.topLeft.x - rect3d.bottomRight.x);
311 (rect3d.topLeft.x = (maxDimension - maxDisplaySize.width / 2) * -1),
312 (rect3d.bottomRight.x = maxDimension);
341 x: rect3d.topLeft.x,
346 x: rect3d.bottomRight.x,
358 if (lineStarts[i].x > lineStarts[maxIndex].x) {
363 lineStart.x += Mapper3D.LABEL_CIRCLE_RADIUS / 2;
366 x: lineStart.x,
378 x: lineStart.x,
399 x: mat.dsdx * point.x + mat.dsdy * point.y + mat.tx,
400 y: mat.dtdx * point.x + mat.dtdy * point.y + mat.ty,
411 center: {x: 0, y: 0, z: 0},
424 minX = Math.min(minX, point.x);
425 maxX = Math.max(maxX, point.x);
454 x: (minX + maxX) / 2,