/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/skia/src/gpu/ |
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.cpp | 32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const { in isRRect() argument 38 if (!rect.intersects(rtBounds)) { 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 | 56 const SkRect* rtBounds = &origRTBounds; in isRRect() local 58 if (fStack->isRRect(*rtBounds, rr, &isAA)) { in isRRect()
|
/external/skia/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/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/skia/gm/ |
D | windowrectangles.cpp | 138 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
|
/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
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 188 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
|
D | GrCCPRTest.cpp | 49 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
|