Searched defs:rightBottom (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DPathOpsDRectTest.cpp58 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; local
59 REPORTER_ASSERT(reporter, rect.contains(rightBottom));
72 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; local
73 REPORTER_ASSERT(reporter, rect.contains(rightBottom));
/external/skia/src/gpu/
H A DGrTessellator.cpp996 Vertex* rightBottom = edge->fRight->fBottom; local
1001 } else if (c.sweep_lt(bottom->fPoint, rightBottom->fPoint) &&
1004 } else if (c.sweep_lt(rightBottom->fPoint, bottom->fPoint) &&
1005 !edge->isLeftOf(rightBottom)) {
1006 split_edge(edge, rightBottom, activeEdges, c, alloc);

Completed in 143 milliseconds