Searched refs:queryBounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrReducedClip.cpp18 const SkRect& queryBounds,
32 const SkIRect& queryBounds,
59 const SkIRect* bounds = &queryBounds;
61 SkRect scalarQueryBounds = SkRect::Make(queryBounds);
69 *tighterBounds = queryBounds;
116 tighterBounds->intersect(queryBounds, stackIBounds);
128 *tighterBounds = queryBounds;
145 const SkRect& queryBounds,
189 if (element->contains(queryBounds)) {
191 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
31 ReduceClipStack(const SkClipStack& stack, const SkIRect& queryBounds, ElementList* result, int32_t* resultGenID, InitialState* initialState, SkIRect* tighterBounds, bool* requiresAA) argument
144 reduced_stack_walker(const SkClipStack& stack, const SkRect& queryBounds, ElementList* result, int32_t* resultGenID, InitialState* initialState, bool* requiresAA) argument
[all...]
H A DGrReducedClip.h30 * tighterBounds. If not NULL, tighterBounds will always be contained by queryBounds after return.
39 const SkIRect& queryBounds,
/external/skia/src/gpu/
H A DGrReducedClip.cpp18 const SkRect& queryBounds,
32 const SkIRect& queryBounds,
59 const SkIRect* bounds = &queryBounds;
61 SkRect scalarQueryBounds = SkRect::Make(queryBounds);
69 *tighterBounds = queryBounds;
116 tighterBounds->intersect(queryBounds, stackIBounds);
128 *tighterBounds = queryBounds;
145 const SkRect& queryBounds,
189 if (element->contains(queryBounds)) {
191 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
31 ReduceClipStack(const SkClipStack& stack, const SkIRect& queryBounds, ElementList* result, int32_t* resultGenID, InitialState* initialState, SkIRect* tighterBounds, bool* requiresAA) argument
144 reduced_stack_walker(const SkClipStack& stack, const SkRect& queryBounds, ElementList* result, int32_t* resultGenID, InitialState* initialState, bool* requiresAA) argument
[all...]
H A DGrReducedClip.h30 * tighterBounds. If not NULL, tighterBounds will always be contained by queryBounds after return.
39 const SkIRect& queryBounds,
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp504 SkIRect queryBounds = SkIRect::MakeXYWH(layerOrigin.fX, layerOrigin.fY, local
515 queryBounds,
/external/skia/src/utils/
H A DSkLua.cpp496 SkIRect queryBounds = SkIRect::MakeXYWH(layerOrigin.fX, layerOrigin.fY, local
507 queryBounds,

Completed in 106 milliseconds