Home | History | Annotate | Download | only in batches

Lines Matching defs:clipBounds

83                                SkRect clipBounds) {
84 return new TessellatingPathBatch(color, path, stroke, viewMatrix, clipBounds);
211 const SkRect& clipBounds)
218 fClipBounds = clipBounds;
261 SkRect clipBounds = SkRect::Make(clipBoundsI);
266 vmi.mapRect(&clipBounds);
269 clipBounds));
283 SkRect clipBounds = GrTest::TestRect(random);
289 vmi.mapRect(&clipBounds);
291 return TessellatingPathBatch::Create(color, path, strokeInfo, viewMatrix, clipBounds);