Home | History | Annotate | Download | only in core

Lines Matching defs:clip

294         in the clip, we don't have to worry about antialiasing.
329 const SkRegion* clip);
448 const SkMatrix* matrix, const SkRegion* clip) {
456 fClip = clip;
471 fClip = clip;
707 const SkRegion* clip = fClip;
714 SkScan::AntiFillRect(devRect, clip, blitter);
716 SkScan::FillRect(devRect, clip, blitter);
720 SkScan::AntiHairRect(devRect, clip, blitter);
722 SkScan::HairRect(devRect, clip, blitter);
1017 static bool clipped_out(const SkMatrix& matrix, const SkRegion& clip,
1021 return clipped_out(matrix, clip, r);
1062 // only lock the pixels if we passed the clip and bounder tests
2442 // (possibly) trim the srcM bounds to reflect the clip
2449 // clip, and bring down the renderer (at least on finite RAM machines