Home
last modified time | relevance | path

Searched refs:maxRight (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp95 float maxRight = view.width() - dx*scaleX; in Make() local
96 if (planeSubset.fRight > maxRight) { in Make()
97 planeSubset.fRight = maxRight; in Make()
/third_party/skia/tests/
DRoundRectTest.cpp1076 float maxRight = std::max(radii[1].fX, radii[2].fX); in test_inner_bounds() local
1079 SkRect outer = SkRect::MakeWH(maxLeft + maxRight + innerWidth, in test_inner_bounds()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Drecording_canvas.dart1537 final double maxRight =
1557 math.min(right, maxRight),