Lines Matching refs:rotation
149 * Get the rotation value.
158 $rotation = $this->getAttribute('Rotate');
159 if (null === $rotation) {
163 $rotation = PdfNumeric::ensure(PdfType::resolve($rotation, $this->parser))->value % 360;
165 if ($rotation < 0) {
166 $rotation += 360;
169 return $rotation;
224 $rotation = $this->getRotation();
225 $interchange = ($rotation / 90) % 2;