HomeSort by relevance Sort by last modified time
    Searched full:querybounds (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrClip.h 73 * @param queryBounds device-space bounds of the query region.
76 constexpr static bool IsInsideClip(const TRect& innerClipBounds, const SkRect& queryBounds) {
79 innerClipBounds.fLeft < queryBounds.fLeft + kBoundsTolerance &&
80 innerClipBounds.fTop < queryBounds.fTop + kBoundsTolerance &&
81 innerClipBounds.fRight > queryBounds.fRight - kBoundsTolerance &&
82 innerClipBounds.fBottom > queryBounds.fBottom - kBoundsTolerance;
89 * @param queryBounds device-space bounds of the query region.
92 constexpr static bool IsOutsideClip(const TRect& outerClipBounds, const SkRect& queryBounds) {
99 outerClipBounds.fLeft >= queryBounds.fRight - kBoundsTolerance ||
100 outerClipBounds.fTop >= queryBounds.fBottom - kBoundsTolerance |
    [all...]
GrReducedClip.cpp 33 GrReducedClip::GrReducedClip(const SkClipStack& stack, const SkRect& queryBounds,
35 SkASSERT(!queryBounds.isEmpty());
48 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) {
67 if (GrClip::IsInsideClip(stackBounds, queryBounds)) {
73 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds));
90 SkRect tighterQuery = queryBounds;
113 void GrReducedClip::walkStack(const SkClipStack& stack, const SkRect& queryBounds,
133 SkRect relaxedQueryBounds = queryBounds.makeInset(GrClip::kBoundsTolerance,
163 } else if (GrClip::IsOutsideClip(element->getBounds(), queryBounds)) {
171 } else if (GrClip::IsOutsideClip(element->getBounds(), queryBounds)) {
    [all...]
GrReducedClip.h 24 GrReducedClip(const SkClipStack&, const SkRect& queryBounds, int maxWindowRectangles = 0);
77 void walkStack(const SkClipStack&, const SkRect& queryBounds, int maxWindowRectangles);
  /external/skia/tests/
ClipStackTest.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ole.h 208 OLESTATUS (CALLBACK *QueryBounds) (LPOLEOBJECT, RECT *);

Completed in 726 milliseconds