Searched refs:tighterBounds (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrReducedClip.h30 * clip be returned via tighterBounds. If not NULL, tighterBounds will
31 * always be contained by queryBounds after return. If tighterBounds is
45 SkIRect* tighterBounds = NULL,
H A DGrReducedClip.cpp332 SkIRect* tighterBounds,
348 // attempt to compute the tighterBounds.
364 if (tighterBounds) {
365 *tighterBounds = queryBounds;
373 if (tighterBounds) {
374 isectRect.roundOut(tighterBounds);
375 SkRect scalarTighterBounds = SkRect::Make(*tighterBounds);
409 if (tighterBounds) {
412 if (!tighterBounds->intersect(queryBounds, stackIBounds)) {
414 tighterBounds
327 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() ? NULL : &tightBounds);
1140 if (!testCases[i].tighterBounds.isEmpty()) {
1141 REPORTER_ASSERT(reporter, tightBounds == testCases[i].tighterBounds);
1142 SkASSERT(tightBounds == testCases[i].tighterBounds);

Completed in 103 milliseconds