Lines Matching defs:clip
50 // jostle the clip regions each time to prevent caching
67 // this path tests out directly draw the clip primitive
68 // use it to comparing just drawing the clip vs. drawing using
69 // the clip
84 // This bench tests out nested clip stacks. It is intended to simulate
197 SkAAClip clip;
199 clip.setPath(fPath, fBounds, fDoAA);
202 clip.setPath(SkPath::Rect(fRect), fBounds, fDoAA);
204 clip.setRect(fBounds);
218 // test conversion of a complex clip to a aaclip
233 SkAAClip clip;
234 clip.setRegion(fRegion);