HomeSort by relevance Sort by last modified time
    Searched defs:stackBounds (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrReducedClip.cpp 55 SkRect stackBounds;
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
59 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) {
70 if (GrClip::IsInsideClip(stackBounds, queryBounds)) {
77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) {
79 stackBounds.round(&fScissor);
86 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds));
94 fAAClipRect = stackBounds;
104 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds)));
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.cpp 55 SkRect stackBounds;
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
59 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) {
70 if (GrClip::IsInsideClip(stackBounds, queryBounds)) {
77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) {
79 stackBounds.round(&fScissor);
86 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds));
94 fAAClipRect = stackBounds;
104 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds)));
    [all...]
  /external/skia/src/core/
SkBitmapDevice.cpp 786 const SkIRect& stackBounds = fRCStack.rc().getBounds();
787 SkASSERT(drawClipBounds == stackBounds);
  /external/skia/tests/
ClipStackTest.cpp 862 SkRect stackBounds;
864 stack.getBounds(&stackBounds, &stackBoundsType);
866 REPORTER_ASSERT(reporter, stackBounds.isEmpty());
    [all...]
  /external/skqp/src/core/
SkBitmapDevice.cpp 797 const SkIRect& stackBounds = fRCStack.rc().getBounds();
798 SkASSERT(drawClipBounds == stackBounds);
  /external/skqp/tests/
ClipStackTest.cpp 862 SkRect stackBounds;
864 stack.getBounds(&stackBounds, &stackBoundsType);
866 REPORTER_ASSERT(reporter, stackBounds.isEmpty());
    [all...]

Completed in 233 milliseconds