Lines Matching defs:clip
67 // Even though these are "unclipped" bounds we still clip to the int32_t range.
120 // Gets the shape bounds, the clip bounds, and the intersection (if any). Returns false if there
123 const GrClip* clip,
129 // compute bounds as intersection of rt size, clip, and path
130 *devClipBounds = clip ? clip->getConservativeBounds()
150 const GrClip* clip,
154 sdc->stencilRect(clip, &userStencilSettings, std::move(paint), GrAA::kNo,
161 const GrClip* clip,
174 DrawNonAARect(sdc, GrPaint::Clone(paint), userStencilSettings, clip,
180 DrawNonAARect(sdc, GrPaint::Clone(paint), userStencilSettings, clip,
186 DrawNonAARect(sdc, GrPaint::Clone(paint), userStencilSettings, clip,
192 DrawNonAARect(sdc, std::move(paint), userStencilSettings, clip,
202 const GrClip* clip,
224 DrawNonAARect(sdc, std::move(paint), userStencilSettings, clip, SkMatrix::I(),