Lines Matching refs:null

31      * @var null|int
51 if ($this->currentTemplateId !== null) {
96 * @param float|int|null $width The width.
97 * @param float|int|null $height The height.
102 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
148 * @param float|int|null $width The width.
149 * @param float|int|null $height The height.
152 public function getTemplateSize($tpl, $width = null, $height = null)
158 if ($width === null && $height === null) {
161 } elseif ($width === null) {
165 if ($height === null) {
185 * @param float|int|null $width The width of the template. If null, the current page width is used.
186 * @param float|int|null $height The height of the template. If null, the current page height is used.
190 public function beginTemplate($width = null, $height = null, $groupXObject = false)
192 if ($width === null) {
196 if ($height === null) {
222 'objectNumber' => null,
265 * @return bool|int|null A template identifier.
269 if (null === $this->currentTemplateId) {
304 $this->currentTemplateId = null;
326 if ($this->currentTemplateId !== null) {
337 if ($this->currentTemplateId !== null) {
348 if ($this->currentTemplateId !== null) {
357 public function SetDrawColor($r, $g = null, $b = null)
360 if ($this->page === 0 && $this->currentTemplateId !== null) {
368 public function SetFillColor($r, $g = null, $b = null)
371 if ($this->page === 0 && $this->currentTemplateId !== null) {
382 if ($this->page === 0 && $this->currentTemplateId !== null) {
393 if ($this->page === 0 && $this->currentTemplateId !== null) {
404 if ($this->page === 0 && $this->currentTemplateId !== null) {
460 if ($this->currentTemplateId !== null) {