Searched refs:rtBounds (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ |
D | GrFixedClip.cpp | 32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const { in isRRect() argument 38 if (!rect.intersects(rtBounds)) { in isRRect()
|
D | GrStencilClip.h | 39 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override { in isRRect() argument 40 return !this->hasStencilClip() && fFixedClip.isRRect(rtBounds, rr, aa); in isRRect()
|
D | GrFixedClip.h | 47 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override;
|
D | GrClipStackClip.h | 34 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override;
|
D | GrClip.h | 56 virtual bool isRRect(const SkRect& rtBounds, SkRRect* rrect, GrAA* aa) const = 0;
|
D | GrClipStackClip.cpp | 55 const SkRect* rtBounds = &origRTBounds; in isRRect() local 57 if (fStack->isRRect(*rtBounds, rr, &isAA)) { in isRRect()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlob.cpp | 329 SkRect rtBounds = SkRect::MakeWH(target->width(), target->height()); in flush() local 335 clip.isRRect(rtBounds, &clipRRect, &aa) && in flush()
|
/external/skqp/gm/ |
D | windowrectangles.cpp | 137 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
|
/external/skqp/tests/ |
D | LazyProxyTest.cpp | 184 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
|
D | GrCCPRTest.cpp | 48 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
|