Home
last modified time | relevance | path

Searched defs:rightBottom (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DPathOpsDRectTest.cpp62 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; in DEF_TEST() local
76 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom}; in DEF_TEST() local
/external/skia/src/utils/
DSkDashPath.cpp134 SkScalar rightBottom = (&bounds.fRight)[xyOffset]; in clip_line() local
/external/skia/src/core/
DSkGlyph.h276 SkPoint rightBottom() const { return {fRect[2], fRect[3]}; } in rightBottom() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyMatrix.java315 final PointF rightBottom = mapPoint(source.right, source.bottom); in mapRect() local
/external/skia/src/gpu/ganesh/geometry/
DGrTriangulator.cpp816 Vertex* rightBottom = edge->fRight->fBottom; in rewind_if_necessary() local