Searched refs:clipRectBounds (Results 1 – 2 of 2) sorted by relevance
1296 bool clipRectBounds(const SkRect* bounds, SaveLayerFlags, SkIRect* intersection,
1069 bool SkCanvas::clipRectBounds(const SkRect* bounds, SaveLayerFlags saveLayerFlags, in clipRectBounds() function in SkCanvas1203 …if (!this->clipRectBounds(bounds, saveLayerFlags, &ir, paint ? paint->getImageFilter() : nullptr))… in internalSaveLayer()