Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/gpu/
DGrReducedClip.cpp36 SkIRect* tighterBounds, in ReduceClipStack() argument
68 if (tighterBounds) { in ReduceClipStack()
69 *tighterBounds = queryBounds; in ReduceClipStack()
77 if (tighterBounds) { in ReduceClipStack()
78 isectRect.roundOut(tighterBounds); in ReduceClipStack()
79 SkRect scalarTighterBounds = SkRect::Make(*tighterBounds); in ReduceClipStack()
113 if (tighterBounds) { in ReduceClipStack()
116 tighterBounds->intersect(queryBounds, stackIBounds); in ReduceClipStack()
117 bounds = tighterBounds; in ReduceClipStack()
127 if (tighterBounds) { in ReduceClipStack()
[all …]
DGrReducedClip.h43 SkIRect* tighterBounds = NULL,
/external/skia/src/gpu/
DGrReducedClip.cpp36 SkIRect* tighterBounds, in ReduceClipStack() argument
68 if (NULL != tighterBounds) { in ReduceClipStack()
69 *tighterBounds = queryBounds; in ReduceClipStack()
77 if (NULL != tighterBounds) { in ReduceClipStack()
78 isectRect.roundOut(tighterBounds); in ReduceClipStack()
79 SkRect scalarTighterBounds = SkRect::Make(*tighterBounds); in ReduceClipStack()
113 if (NULL != tighterBounds) { in ReduceClipStack()
116 tighterBounds->intersect(queryBounds, stackIBounds); in ReduceClipStack()
117 bounds = tighterBounds; in ReduceClipStack()
127 if (NULL != tighterBounds) { in ReduceClipStack()
[all …]
DGrReducedClip.h43 SkIRect* tighterBounds = NULL,
/external/skia/tests/
DClipStackTest.cpp1079 SkIRect tighterBounds; // If this is empty, the query will not pass tighter bounds in test_reduced_clip_stack_genid() member
1132 … testCases[i].tighterBounds.isEmpty() ? NULL : &tightBounds); in test_reduced_clip_stack_genid()
1140 if (!testCases[i].tighterBounds.isEmpty()) { in test_reduced_clip_stack_genid()
1141 REPORTER_ASSERT(reporter, tightBounds == testCases[i].tighterBounds); in test_reduced_clip_stack_genid()
1142 SkASSERT(tightBounds == testCases[i].tighterBounds); in test_reduced_clip_stack_genid()
/external/chromium_org/third_party/skia/tests/
DClipStackTest.cpp1079 SkIRect tighterBounds; // If this is empty, the query will not pass tighter bounds in test_reduced_clip_stack_genid() member
1132 … testCases[i].tighterBounds.isEmpty() ? NULL : &tightBounds); in test_reduced_clip_stack_genid()
1140 if (!testCases[i].tighterBounds.isEmpty()) { in test_reduced_clip_stack_genid()
1141 REPORTER_ASSERT(reporter, tightBounds == testCases[i].tighterBounds); in test_reduced_clip_stack_genid()
1142 SkASSERT(tightBounds == testCases[i].tighterBounds); in test_reduced_clip_stack_genid()