Searched refs:rightTop (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrTriangulator.cpp | 666 Vertex* rightTop = edge->fRight->fTop; in rewind_if_necessary() local 668 if (c.sweep_lt(rightTop->fPoint, top->fPoint) && !edge->fRight->isRightOf(top)) { in rewind_if_necessary() 669 rewind(activeEdges, current, rightTop, c); in rewind_if_necessary() 670 } else if (c.sweep_lt(top->fPoint, rightTop->fPoint) && !edge->isLeftOf(rightTop)) { in rewind_if_necessary() 674 rewind(activeEdges, current, rightTop, c); in rewind_if_necessary()
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 964 Vertex* rightTop = edge->fRight->fTop; in rewind_if_necessary() local 966 if (c.sweep_lt(rightTop->fPoint, top->fPoint) && !edge->fRight->isRightOf(top)) { in rewind_if_necessary() 967 rewind(activeEdges, current, rightTop, c); in rewind_if_necessary() 968 } else if (c.sweep_lt(top->fPoint, rightTop->fPoint) && !edge->isLeftOf(rightTop)) { in rewind_if_necessary() 972 rewind(activeEdges, current, rightTop, c); in rewind_if_necessary()
|