Searched refs:rightTop (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.cpp | 758 Vertex* rightTop = edge->fRight->fTop; in rewind_if_necessary() local 760 if (c.sweep_lt(rightTop->fPoint, top->fPoint) && !edge->fRight->isRightOf(top)) { in rewind_if_necessary() 761 rewind(activeEdges, current, rightTop, c); in rewind_if_necessary() 762 } else if (c.sweep_lt(top->fPoint, rightTop->fPoint) && !edge->isLeftOf(rightTop)) { in rewind_if_necessary() 766 rewind(activeEdges, current, rightTop, c); in rewind_if_necessary()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | recording_canvas.dart | 1390 final Vector3 rightTop = 1397 math.min(math.min(math.min(leftTop.x, rightTop.x), leftBottom.x), 1399 math.min(math.min(math.min(leftTop.y, rightTop.y), leftBottom.y), 1401 math.max(math.max(math.max(leftTop.x, rightTop.x), leftBottom.x), 1403 math.max(math.max(math.max(leftTop.y, rightTop.y), leftBottom.y),
|