Home
last modified time | relevance | path

Searched refs:clipRectBounds (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/utils/
DSkPictureUtils.cpp168 this->INHERITED::clipRectBounds(bounds, flags, NULL); in saveLayer()
DSkDeferredCanvas.cpp637 this->clipRectBounds(bounds, flags, NULL); in saveLayer()
/external/skia/legacy/include/core/
DSkCanvas.h950 bool clipRectBounds(const SkRect* bounds, SaveFlags flags,
/external/skia/include/core/
DSkCanvas.h994 bool clipRectBounds(const SkRect* bounds, SaveFlags flags,
/external/skia/legacy/src/utils/
DSkDeferredCanvas.cpp217 this->clipRectBounds(bounds, flags, NULL); in saveLayer()
/external/skia/legacy/src/core/
DSkPictureRecord.cpp66 this->clipRectBounds(bounds, flags, NULL); in saveLayer()
DSkCanvas.cpp714 bool SkCanvas::clipRectBounds(const SkRect* bounds, SaveFlags flags, in clipRectBounds() function in SkCanvas
760 if (!this->clipRectBounds(bounds, flags, &ir)) { in saveLayer()
/external/skia/src/core/
DSkPictureRecord.cpp99 this->clipRectBounds(bounds, flags, NULL); in saveLayer()
DSkCanvas.cpp799 bool SkCanvas::clipRectBounds(const SkRect* bounds, SaveFlags flags, in clipRectBounds() function in SkCanvas
850 if (!this->clipRectBounds(bounds, flags, &ir)) { in internalSaveLayer()