Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:EdgeFunction

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)
59 // \note See EdgeFunction documentation for details.
76 static inline void reverseEdge (EdgeFunction& edge)
84 static inline deInt64 evaluateEdge (const EdgeFunction& edge, const deInt64 x, const deInt64 y)
89 static inline bool isInsideCCW (const EdgeFunction& edge, const deInt64 edgeVal)