Lines Matching refs:sX
2182 private function scaleTransform($sX, $sY, $x, $y) { argument
2183 $matrix = array(array($sX, 0, 0), array(0, $sY, 0), array(0, 0, 1));
2582 $sX = $startPoint->x;
2587 $path = "M {$sX} {$sY} Q {$cX} {$cY} {$eX} {$eY} ";
2619 $sX = $p->x;
2639 $sX = $p->x - 10;
2641 $sX = $p->x + 10;
2652 $path .= "L {$sX} {$sY} Q {$cX} {$cY} {$eX} {$eY} ";
3961 $sX = $points[0]->gridX + 1;
3964 if ($this->getChar($sY, $sX++) == '[') {
3965 $char = $this->getChar($sY, $sX++);
3968 $char = $this->getChar($sY, $sX++);
3972 $sX = $points[0]->gridX + 1;
3977 $this->grid[$sY][$sX] = ' ';
3978 $this->grid[$sY][$sX + strlen($ref) + 1] = ' ';
3989 $this->grid[$sY][$sX + $i] = substr($label, $i, 1);
3991 $this->grid[$sY][$sX + $i] = ' ';