Lines Matching full:circle
23 * the start radius <= end radius. Our first case (kInside_) is when the start circle
24 * is completely enclosed by the end circle. The second case (kOutside_) is the case
25 * when the start circle is either completely outside the end circle or the circles
26 * overlap. The final case (kEdge_) is when the start circle is inside the end one,
201 // Below makes sure that circle one is contained within circle two
323 // translate, scale, and rotate such that endCircle is unit circle on x-axis,
350 // If the focal point is touching the edge of the circle it will
490 // Below makes sure that the focal point is not contained within circle two
553 // Must check to see if we flipped the circle order (to make sure start radius < end radius)
706 // is inside the end circle
784 // Circle Conical Gradients
798 // translate and scale such that start circle is on the origin and has radius 1
819 // Check to see if start circlecircle with edges touching.
840 // if A ends up being negative, the start circle is contained completely inside the end cirlce
961 // Below makes sure that circle one is contained within circle two
1205 // Below makes sure that circle one is not contained within circle two
1287 // Must check to see if we flipped the circle order (to make sure start radius < end radius)