Searched refs:circleBounds (Results 1 – 2 of 2) sorted by relevance
110 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))
1310 auto circleBounds = SkRect::MakeLTRB(cx - avgR, cy - avgR, cx + avgR, cy + avgR); in drawFilledDRRect() local1314 circleBounds, GrStyle(stroke, nullptr), in drawFilledDRRect()