OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EdgeFunction
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/referencerenderer/
rrRasterizer.hpp
98
struct
EdgeFunction
100
inline
EdgeFunction
(void) : a(0), b(0), c(0), inclusive(false) {}
155
EdgeFunction
m_edge01;
156
EdgeFunction
m_edge12;
157
EdgeFunction
m_edge20;
rrRasterizer.cpp
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)
[
all
...]
Completed in 66 milliseconds