Home
last modified time | relevance | path

Searched refs:current_layer (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php36 if (isset($properties['Z-INDEX']) && $this->mpdf->current_layer == 0) {
H A DBlockTag.php352 if (isset($properties['Z-INDEX']) && $this->mpdf->current_layer == 0) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php233 var $current_layer;
1081 $this->current_layer = 0;
2324 $this->current_layer = $pb['z-index'];
2367 $this->current_layer = 0;
2378 $this->current_layer = $pb['z-index'];
2568 $this->current_layer = 0;
2759 if ($this->current_layer > 0) {
2774 $this->current_layer = $id;
2782 if ($this->current_layer > 0) {
2784 $this->current_layer
242 var $current_layer; global() variable in Mpdf\\Mpdf
[all...]