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

  /external/skia/src/gpu/
GrReducedClip.h 30 * 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,
GrReducedClip.cpp 332 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->setEmpty()
    [all...]
  /external/skia/tests/
ClipStackTest.cpp     [all...]

Completed in 1140 milliseconds