Home
last modified time | relevance | path

Searched defs:setRect (Results 1 – 15 of 15) sorted by relevance

/external/skqp/src/core/
DSkRasterClip.h37 void setRect(const SkIRect& r) { fBounds = r; } in setRect() function
DSkRasterClip.cpp201 bool SkRasterClip::setRect(const SkIRect& rect) { in setRect() function in SkRasterClip
DSkAAClip.cpp706 bool SkAAClip::setRect(const SkIRect& bounds) { in setRect() function in SkAAClip
756 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect() function in SkAAClip
DSkRegion.cpp143 bool SkRegion::setRect(const SkIRect& r) { in setRect() function in SkRegion
/external/skia/src/core/
DSkRasterClip.h37 void setRect(const SkIRect& r) { fBounds = r; } in setRect() function
DSkRasterClip.cpp201 bool SkRasterClip::setRect(const SkIRect& rect) { in setRect() function in SkRasterClip
DSkAAClip.cpp706 bool SkAAClip::setRect(const SkIRect& bounds) { in setRect() function in SkAAClip
756 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect() function in SkAAClip
DSkRegion.cpp143 bool SkRegion::setRect(const SkIRect& r) { in setRect() function in SkRegion
/external/skia/include/core/
DSkRegion.h120 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom) { in setRect() function
DSkRRect.h131 void setRect(const SkRect& rect) { in setRect() function
/external/skia/gm/
Dconvexpolyclip.cpp266 void setRect(const SkRect& rect) { in setRect() function in skiagm::ConvexPolyClip::Clip
/external/skqp/gm/
Dconvexpolyclip.cpp266 void setRect(const SkRect& rect) { in setRect() function in skiagm::ConvexPolyClip::Clip
/external/skqp/include/core/
DSkRegion.h120 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom) { in setRect() function
DSkRRect.h132 void setRect(const SkRect& rect) { in setRect() function
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp3673 ClearRect& setRect( Rect2D rect_ ) in setRect() function