Lines Matching refs:bound
2116 $bound = count($this->points);
2117 for ($i = 0, $j = count($this->points) - 1; $i < $bound; $i++) {
2593 $bound = count($this->points);
2594 for ($i = 0; $i < $bound; $i++) {
2715 $bound = count($this->ticks);
2716 for ($i = 0; $i < $bound; $i++) {
2838 $bound = count($matches[1]);
2839 for ($i = 0; $i < $bound; $i++) {
3094 $bound = count($this->grid);
3095 for ($r = 0; $r < $bound; $r++) {
3100 for ($r = 0; $r < $bound; $r++) {
3371 $bound = count($boxes);
3386 for ($j = 0; $j < $bound; $j++) {
3871 $bound = count($points);
3872 for ($i = 0; $i < $bound; $i++) {
3927 $bound = max($p->gridY, $nP->gridY) - min($p->gridY, $nP->gridY);
3933 for ($j = 0; $j <= $bound; $j++) {