Home
last modified time | relevance | path

Searched refs:rightBottom (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DPathOpsDRectTest.cpp56 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/
DGrTessellatingPathRenderer.cpp868 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()