Searched defs:queryBounds (Results 1 – 7 of 7) sorted by relevance
| /external/skqp/src/gpu/ |
| D | GrClip.h | 74 constexpr static bool IsInsideClip(const TRect& innerClipBounds, const SkRect& queryBounds) { in IsInsideClip() 90 constexpr static bool IsOutsideClip(const TRect& outerClipBounds, const SkRect& queryBounds) { in IsOutsideClip()
|
| D | GrReducedClip.cpp | 36 GrReducedClip::GrReducedClip(const SkClipStack& stack, const SkRect& queryBounds, in GrReducedClip() 133 void GrReducedClip::walkStack(const SkClipStack& stack, const SkRect& queryBounds) { in walkStack()
|
| /external/skia/src/gpu/ |
| D | GrClip.h | 116 constexpr static bool IsInsideClip(const TRect& innerClipBounds, const SkRect& queryBounds) { in IsInsideClip() 132 constexpr static bool IsOutsideClip(const TRect& outerClipBounds, const SkRect& queryBounds) { in IsOutsideClip()
|
| D | GrReducedClip.cpp | 38 GrReducedClip::GrReducedClip(const SkClipStack& stack, const SkRect& queryBounds, in GrReducedClip() 140 void GrReducedClip::walkStack(const SkClipStack& stack, const SkRect& queryBounds) { in walkStack()
|
| D | GrClipStack.cpp | 476 SkRect queryBounds = d.aa() == GrAA::kYes ? d.bounds() : SkRect::Make(d.outerBounds()); in contains() local 487 SkRect queryBounds = SkRect::Make(s.outerBounds()); in contains() local
|
| /external/skqp/tests/ |
| D | ClipStackTest.cpp | 1052 SkRect queryBounds = kBounds; in test_reduced_clip_stack() local 1252 SkRect queryBounds; in test_aa_query() local
|
| /external/skia/tests/ |
| D | ClipStackTest.cpp | 1076 SkRect queryBounds = kBounds; in test_reduced_clip_stack() local 1279 SkRect queryBounds; in test_aa_query() local
|