HomeSort by relevance Sort by last modified time
    Searched refs:tighterBounds (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.h 27 * tighterBounds. If not NULL, tighterBounds will always be contained by queryBounds after return.
28 * If tighterBounds is specified then it is assumed that the caller will implicitly clip against it.
40 SkIRect* tighterBounds = NULL,
GrReducedClip.cpp 36 SkIRect* tighterBounds,
52 // attempt to compute the tighterBounds.
68 if (NULL != tighterBounds) {
69 *tighterBounds = queryBounds;
77 if (NULL != tighterBounds) {
78 isectRect.roundOut(tighterBounds);
79 SkRect scalarTighterBounds = SkRect::Make(*tighterBounds);
113 if (NULL != tighterBounds) {
116 tighterBounds->intersect(queryBounds, stackIBounds);
117 bounds = tighterBounds;
    [all...]
  /external/skia/src/gpu/
GrReducedClip.h 30 * tighterBounds. If not NULL, tighterBounds will always be contained by queryBounds after return.
31 * If tighterBounds is specified then it is assumed that the caller will implicitly clip against it.
43 SkIRect* tighterBounds = NULL,
GrReducedClip.cpp 36 SkIRect* tighterBounds,
52 // attempt to compute the tighterBounds.
68 if (NULL != tighterBounds) {
69 *tighterBounds = queryBounds;
77 if (NULL != tighterBounds) {
78 isectRect.roundOut(tighterBounds);
79 SkRect scalarTighterBounds = SkRect::Make(*tighterBounds);
113 if (NULL != tighterBounds) {
116 tighterBounds->intersect(queryBounds, stackIBounds);
117 bounds = tighterBounds;
    [all...]
  /external/chromium_org/third_party/skia/tests/
ClipStackTest.cpp     [all...]
  /external/skia/tests/
ClipStackTest.cpp     [all...]

Completed in 173 milliseconds