Lines Matching defs:bound
108 OptRect bound;109 if (empty()) return bound;111 bound = front().boundsFast();113 bound.unionWith(it->boundsFast());115 return bound;120 OptRect bound;121 if (empty()) return bound;123 bound = front().boundsExact();125 bound.unionWith(it->boundsExact());127 return bound;