Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:verticalFill

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)
66 inclusive = verticalFill == FILL_BOTTOM ? xd >= 0 : xd <= 0;
453 , m_verticalFill (state.verticalFill)