Home | History | Annotate | Download | only in gpu

Lines Matching refs:tighterBounds

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;
127 if (NULL != tighterBounds) {
128 *tighterBounds = queryBounds;