Home | History | Annotate | Download | only in referencerenderer

Lines Matching defs:x1

57 static inline void initEdgeCCW (EdgeFunction& edge, const HorizontalFill horizontalFill, const VerticalFill verticalFill, const deInt64 x0, const deInt64 y0, const deInt64 x1, const deInt64 y1)
61 const deInt64 xd = x1-x0;
71 edge.b = (x1 - x0);
72 edge.c = x0*y1 - y0*x1;
473 const deInt64 x1 = toSubpixelCoord(v1.x());
481 initEdgeCCW(m_edge01, m_horizontalFill, m_verticalFill, x0, y0, x1, y1);
482 initEdgeCCW(m_edge12, m_horizontalFill, m_verticalFill, x1, y1, x2, y2);
488 initEdgeCCW(m_edge01, m_horizontalFill, m_verticalFill, x1, y1, x0, y0);
489 initEdgeCCW(m_edge12, m_horizontalFill, m_verticalFill, x2, y2, x1, y1);
507 const deInt64 xMin = de::min(de::min(x0, x1), x2);
508 const deInt64 xMax = de::max(de::max(x0, x1), x2);
883 const deInt64 x1 = toSubpixelCoord(v1.x()) + widthOffset.x();
887 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1);
888 const deInt64 xMax = de::max(x0, x1) + toSubpixelCoord(1);
1103 const deInt64 x1 = toSubpixelCoord(v1.x());
1107 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1);
1108 const deInt64 xMax = de::max(x0, x1) + toSubpixelCoord(1);