Searched refs:clipBoundsI (Results 1 – 1 of 1) sorted by relevance
259 SkIRect clipBoundsI; in onDrawPath() local260 args.fPipelineBuilder->clip().getConservativeBounds(rt->width(), rt->height(), &clipBoundsI); in onDrawPath()261 SkRect clipBounds = SkRect::Make(clipBoundsI); in onDrawPath()