Home
last modified time | relevance | path

Searched refs:scalarQueryBounds (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrReducedClip.cpp355 SkRect scalarQueryBounds = SkRect::Make(queryBounds); in ReduceClipStack() local
360 if (stackBounds.contains(scalarQueryBounds)) { in ReduceClipStack()
368 } else if (isectRect.intersect(stackBounds, scalarQueryBounds)) { in ReduceClipStack()
400 if (!SkRect::Intersects(stackBounds, scalarQueryBounds)) { in ReduceClipStack()
417 if (stackBounds.contains(scalarQueryBounds)) { in ReduceClipStack()