Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsDRectTest.cpp58 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; in DEF_TEST() local
59 REPORTER_ASSERT(reporter, rect.contains(rightBottom)); in DEF_TEST()
72 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; in DEF_TEST() local
73 REPORTER_ASSERT(reporter, rect.contains(rightBottom)); in DEF_TEST()
/external/skqp/tests/
DPathOpsDRectTest.cpp58 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; in DEF_TEST() local
59 REPORTER_ASSERT(reporter, rect.contains(rightBottom)); in DEF_TEST()
72 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; in DEF_TEST() local
73 REPORTER_ASSERT(reporter, rect.contains(rightBottom)); in DEF_TEST()
/external/skia/src/utils/
DSkDashPath.cpp119 SkScalar rightBottom = (&bounds.fRight)[xyOffset]; in clip_line() local
120 if (maxXY < leftTop || minXY > rightBottom) { in clip_line()
134 if (maxXY > rightBottom) { in clip_line()
135 maxXY = rightBottom + SkScalarMod(maxXY - rightBottom, intervalLength); in clip_line()
/external/skqp/src/utils/
DSkDashPath.cpp118 SkScalar rightBottom = (&bounds.fRight)[xyOffset]; in clip_line() local
119 if (maxXY < leftTop || minXY > rightBottom) { in clip_line()
133 if (maxXY > rightBottom) { in clip_line()
134 maxXY = rightBottom + SkScalarMod(maxXY - rightBottom, intervalLength); in clip_line()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java316 final PointF rightBottom = mapPoint(source.right, source.bottom); in mapRect() local
318 Math.min(leftTop.x, rightBottom.x), in mapRect()
319 Math.min(leftTop.y, rightBottom.y), in mapRect()
320 Math.max(leftTop.x, rightBottom.x), in mapRect()
321 Math.max(leftTop.y, rightBottom.y)); in mapRect()
/external/skia/src/gpu/
DGrTriangulator.cpp667 Vertex* rightBottom = edge->fRight->fBottom; in rewind_if_necessary() local
672 } else if (c.sweep_lt(bottom->fPoint, rightBottom->fPoint) && in rewind_if_necessary()
675 } else if (c.sweep_lt(rightBottom->fPoint, bottom->fPoint) && in rewind_if_necessary()
676 !edge->isLeftOf(rightBottom)) { in rewind_if_necessary()
/external/skqp/src/gpu/
DGrTessellator.cpp965 Vertex* rightBottom = edge->fRight->fBottom; in rewind_if_necessary() local
970 } else if (c.sweep_lt(bottom->fPoint, rightBottom->fPoint) && in rewind_if_necessary()
973 } else if (c.sweep_lt(rightBottom->fPoint, bottom->fPoint) && in rewind_if_necessary()
974 !edge->isLeftOf(rightBottom)) { in rewind_if_necessary()