Searched refs:queryBounds (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrReducedClip.cpp | 18 const SkRect& queryBounds, 32 const SkIRect& queryBounds, in ReduceClipStack() argument 59 const SkIRect* bounds = &queryBounds; in ReduceClipStack() 61 SkRect scalarQueryBounds = SkRect::Make(queryBounds); in ReduceClipStack() 69 *tighterBounds = queryBounds; in ReduceClipStack() 114 tighterBounds->intersect(queryBounds, stackIBounds); in ReduceClipStack() 126 *tighterBounds = queryBounds; in ReduceClipStack() 143 const SkRect& queryBounds, in reduced_stack_walker() argument 187 if (element->contains(queryBounds)) { in reduced_stack_walker() 189 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { in reduced_stack_walker() [all …]
|
D | GrReducedClip.h | 35 const SkIRect& queryBounds,
|
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 18 const SkRect& queryBounds, 32 const SkIRect& queryBounds, in ReduceClipStack() argument 59 const SkIRect* bounds = &queryBounds; in ReduceClipStack() 61 SkRect scalarQueryBounds = SkRect::Make(queryBounds); in ReduceClipStack() 69 *tighterBounds = queryBounds; in ReduceClipStack() 114 tighterBounds->intersect(queryBounds, stackIBounds); in ReduceClipStack() 126 *tighterBounds = queryBounds; in ReduceClipStack() 143 const SkRect& queryBounds, in reduced_stack_walker() argument 187 if (element->contains(queryBounds)) { in reduced_stack_walker() 189 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { in reduced_stack_walker() [all …]
|
D | GrReducedClip.h | 35 const SkIRect& queryBounds,
|