Searched defs:tighterBounds (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrReducedClip.cpp330 SkIRect* tighterBounds,
346 // attempt to compute the tighterBounds.
362 if (tighterBounds) {
363 *tighterBounds = queryBounds;
371 if (tighterBounds) {
372 isectRect.roundOut(tighterBounds);
373 SkRect scalarTighterBounds = SkRect::Make(*tighterBounds);
407 if (tighterBounds) {
410 if (!tighterBounds->intersect(queryBounds, stackIBounds)) {
412 tighterBounds
325 ReduceClipStack(const SkClipStack& stack, const SkIRect& queryBounds, ElementList* result, int32_t* resultGenID, InitialState* initialState, SkIRect* tighterBounds, bool* requiresAA) argument
[all...]
/external/skia/tests/
H A DClipStackTest.cpp1079 SkIRect tighterBounds; // If this is empty, the query will not pass tighter bounds member in struct:SUPPRESS_VISIBILITY_WARNING
1132 testCases[i].tighterBounds.isEmpty() ? nullptr : &tightBounds);
1140 if (!testCases[i].tighterBounds.isEmpty()) {
1141 REPORTER_ASSERT(reporter, tightBounds == testCases[i].tighterBounds);
1142 SkASSERT(tightBounds == testCases[i].tighterBounds);

Completed in 141 milliseconds