Searched refs:rightBottom (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PathOpsDRectTest.cpp | 56 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; in DEF_TEST() local 57 REPORTER_ASSERT(reporter, rect.contains(rightBottom)); in DEF_TEST() 68 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; in DEF_TEST() local 69 REPORTER_ASSERT(reporter, rect.contains(rightBottom)); in DEF_TEST()
|
/external/skia/src/gpu/ |
D | GrTessellatingPathRenderer.cpp | 868 Vertex* rightBottom = edge->fRight->fBottom; in cleanup_active_edges() local 873 } else if (c.sweep_lt(bottom->fPoint, rightBottom->fPoint) && in cleanup_active_edges() 876 } else if (c.sweep_lt(rightBottom->fPoint, bottom->fPoint) && in cleanup_active_edges() 877 !edge->isLeftOf(rightBottom)) { in cleanup_active_edges() 878 split_edge(edge, rightBottom, activeEdges, c, alloc); in cleanup_active_edges()
|