Searched refs:clipRectBounds (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkCanvas.h1503 bool clipRectBounds(const SkRect* bounds, SaveLayerFlags, SkIRect* intersection,
/external/skia/src/core/
H A DSkCanvas.cpp999 bool SkCanvas::clipRectBounds(const SkRect* bounds, SaveLayerFlags saveLayerFlags, function in class:SkCanvas
1152 if (!this->clipRectBounds(bounds, saveLayerFlags, &ir, imageFilter)) {
1157 // the clipRectBounds() call above?

Completed in 64 milliseconds