Home
last modified time | relevance | path

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

/third_party/flutter/flutter/packages/flutter/test/painting/
Dnotched_shapes_test.dart110 bool pathDoesNotContainCircle(Path path, Rect circleBounds) {
111 assert(circleBounds.width == circleBounds.height);
112 final double radius = circleBounds.width / 2.0;
118 if (path.contains(Offset(x,y) + circleBounds.center))
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1310 auto circleBounds = SkRect::MakeLTRB(cx - avgR, cy - avgR, cx + avgR, cy + avgR); in drawFilledDRRect() local
1314 circleBounds, GrStyle(stroke, nullptr), in drawFilledDRRect()