Lines Matching refs:inclusive
63 bool inclusive = false; //!< Inclusive in CCW orientation.
66 inclusive = verticalFill == FILL_BOTTOM ? xd >= 0 : xd <= 0;
68 inclusive = horizontalFill == FILL_LEFT ? yd <= 0 : yd >= 0;
73 edge.inclusive = inclusive; //!< \todo [pyry] Swap for CW triangles
81 edge.inclusive = !edge.inclusive;
91 return edge.inclusive ? (edgeVal >= 0) : (edgeVal > 0);
387 // start must be on inside this half space (left or at the inclusive boundary)
391 // end must be outside of this half-space (right or at non-inclusive boundary)