Searched refs:stackBounds (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrReducedClip.cpp | 55 SkRect stackBounds; in ReduceClipStack() local 57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in ReduceClipStack() 66 if (stackBounds.contains(scalarQueryBounds)) { in ReduceClipStack() 74 } else if (isectRect.intersect(stackBounds, scalarQueryBounds)) { in ReduceClipStack() 106 if (!SkRect::Intersects(stackBounds, scalarQueryBounds)) { in ReduceClipStack() 115 stackBounds.roundOut(&stackIBounds); in ReduceClipStack() 120 if (stackBounds.contains(scalarQueryBounds)) { in ReduceClipStack()
|
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 55 SkRect stackBounds; in ReduceClipStack() local 57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in ReduceClipStack() 66 if (stackBounds.contains(scalarQueryBounds)) { in ReduceClipStack() 74 } else if (isectRect.intersect(stackBounds, scalarQueryBounds)) { in ReduceClipStack() 106 if (!SkRect::Intersects(stackBounds, scalarQueryBounds)) { in ReduceClipStack() 115 stackBounds.roundOut(&stackIBounds); in ReduceClipStack() 120 if (stackBounds.contains(scalarQueryBounds)) { in ReduceClipStack()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 1064 SkIRect stackBounds = XYWH(0, 0, 76, 76); in test_reduced_clip_stack_genid() local 1108 { XYWH(0, 0, 100, 100), 4, genIDD, GrReducedClip::kAllOut_InitialState, stackBounds }, in test_reduced_clip_stack_genid()
|
/external/chromium_org/third_party/skia/tests/ |
D | ClipStackTest.cpp | 1064 SkIRect stackBounds = XYWH(0, 0, 76, 76); in test_reduced_clip_stack_genid() local 1108 { XYWH(0, 0, 100, 100), 4, genIDD, GrReducedClip::kAllOut_InitialState, stackBounds }, in test_reduced_clip_stack_genid()
|