Lines Matching refs:j

145       $j = $this->yy_buffer_read - $this->yy_buffer_start;
146 $this->yy_buffer = substr($this->yy_buffer, $this->yy_buffer_start, $j);
149 $this->yy_buffer_read = $j;
150 $this->yy_buffer_index = $j;
687 $j = $i - $iLookAhead + self::YYWILDCARD;
688 if( $j>=0 && $j<count(self::$yy_action) && self::$yy_lookahead[$j]==self::YYWILDCARD ){
694 return self::$yy_action[$j];
2117 for ($i = 0, $j = count($this->points) - 1; $i < $bound; $i++) {
2118 if (($this->points[$i]->gridY < $y && $this->points[$j]->gridY >= $y ||
2119 $this->points[$j]->gridY < $y && $this->points[$i]->gridY >= $y) &&
2120 ($this->points[$i]->gridX <= $x || $this->points[$j]->gridX <= $x)) {
2122 ($this->points[$j]->gridY - $this->points[$i]->gridY) *
2123 ($this->points[$j]->gridX - $this->points[$i]->gridX) < $x) {
2128 $j = $i;
2152 for ($j = 0; $j < 1; $j++) {
2156 $sum += $matrix[$i][$k] * $xyMat[$k][$j];
2159 $newXY[$i][$j] = $sum;
3030 for ($j = 0; $j < $pPoints; $j++) {
3031 if ($pP[$i]->x == $bP[$j]->x && $pP[$i]->y == $bP[$j]->y) {
3386 for ($j = 0; $j < $bound; $j++) {
3387 if ($boxes[$j]->hasPoint($tP->gridX, $tP->gridY)) {
3388 $boxPoints = $boxes[$j]->getPoints();
3400 $boxQueue[] = $boxes[$j];
3410 for ($j = count($boxQueue) - 1; $j >= 0; $j--) {
3411 $fill = $boxQueue[$j]->getOption('fill');
3464 if ($j < 0) {
3890 for ($j = min($p->gridY, $nP->gridY); $j <= $maxY; $j++) {
3891 $char = $this->getChar($j, $p->gridX);
3894 $this->grid[$j][$p->gridX] = ' ';
3896 $this->clearCorners[] = array($j, $p->gridX);
3898 $this->grid[$j][$p->gridX] = '+';
3904 for ($j = min($p->gridX, $nP->gridX); $j <= $maxX; $j++) {
3905 $char = $this->getChar($p->gridY, $j);
3908 $this->grid[$p->gridY][$j] = ' ';
3910 $this->clearCorners[] = array($p->gridY, $j);
3912 $this->grid[$p->gridY][$j] = '+';
3933 for ($j = 0; $j <= $bound; $j++) {