Searched refs:rtBounds (Results 1 - 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
H A D | GrFixedClip.cpp | 32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const { argument 38 if (!rect.intersects(rtBounds)) {
|
H A D | GrClipStackClip.h | 34 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override;
|
H A D | GrFixedClip.h | 44 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override;
|
H A D | GrClip.h | 51 * @param rtBounds The bounds of the render target that the clip will be applied to. 53 * rtBounds. 58 virtual bool isRRect(const SkRect& rtBounds, SkRRect* rrect, GrAA* aa) const = 0;
|
H A D | GrClipStackClip.cpp | 50 const SkRect* rtBounds = &origRTBounds; local 52 if (fStack->isRRect(*rtBounds, rr, &isAA)) {
|
H A D | GrReducedClip.cpp | 673 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override {
|
/external/skia/gm/ |
H A D | windowrectangles.cpp | 139 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; }
|
Completed in 523 milliseconds