Searched refs:stackBounds (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 349 SkRect stackBounds; in ReduceClipStack() local 351 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in ReduceClipStack() 360 if (stackBounds.contains(scalarQueryBounds)) { in ReduceClipStack() 368 } else if (isectRect.intersect(stackBounds, scalarQueryBounds)) { in ReduceClipStack() 400 if (!SkRect::Intersects(stackBounds, scalarQueryBounds)) { in ReduceClipStack() 409 stackBounds.roundOut(&stackIBounds); in ReduceClipStack() 417 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()
|