Home | History | Annotate | Download | only in include

Lines Matching defs:Edge

60      * a single draw call when performing edge antialiasing.  This is used for
139 class Edge {
141 Edge() {}
142 Edge(float x, float y, float z) : fX(x), fY(y), fZ(z) {}
143 GrPoint intersect(const Edge& other) {
189 Edge fEdgeAAEdges[kMaxEdges];
557 * Sets the edge data required for edge antialiasing.
559 * @param edges 3 * 6 float values, representing the edge
562 void setEdgeAAData(const Edge* edges, int numEdges);
832 * draw call when performing edge antialiasing. This is usually limited