Home
last modified time | relevance | path

Searched refs:rtBounds (Results 1 – 20 of 20) sorted by relevance

/external/skqp/src/gpu/
DGrFixedClip.cpp32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const { in isRRect() argument
38 if (!rect.intersects(rtBounds)) { in isRRect()
DGrStencilClip.h39 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()
DGrFixedClip.h47 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override;
DGrClipStackClip.h34 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override;
DGrClip.h56 virtual bool isRRect(const SkRect& rtBounds, SkRRect* rrect, GrAA* aa) const = 0;
DGrClipStackClip.cpp55 const SkRect* rtBounds = &origRTBounds; in isRRect() local
57 if (fStack->isRRect(*rtBounds, rr, &isAA)) { in isRRect()
/external/skia/src/gpu/
DGrStencilClip.h39 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()
DGrFixedClip.cpp32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const { in isRRect() argument
38 if (!rect.intersects(rtBounds)) { in isRRect()
DGrFixedClip.h47 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override;
DGrClipStackClip.h34 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override;
DGrClip.h56 virtual bool isRRect(const SkRect& rtBounds, SkRRect* rrect, GrAA* aa) const = 0;
DGrClipStackClip.cpp56 const SkRect* rtBounds = &origRTBounds; in isRRect() local
58 if (fStack->isRRect(*rtBounds, rr, &isAA)) { in isRRect()
/external/skia/src/gpu/text/
DGrTextBlob.cpp329 SkRect rtBounds = SkRect::MakeWH(target->width(), target->height()); in flush() local
335 clip.isRRect(rtBounds, &clipRRect, &aa) && in flush()
/external/skqp/src/gpu/text/
DGrTextBlob.cpp329 SkRect rtBounds = SkRect::MakeWH(target->width(), target->height()); in flush() local
335 clip.isRRect(rtBounds, &clipRRect, &aa) && in flush()
/external/skia/gm/
Dwindowrectangles.cpp138 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
/external/skqp/gm/
Dwindowrectangles.cpp137 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
/external/skqp/tests/
DLazyProxyTest.cpp184 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
DGrCCPRTest.cpp48 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
/external/skia/tests/
DLazyProxyTest.cpp188 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument
DGrCCPRTest.cpp49 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() argument