Home
last modified time | relevance | path

Searched refs:_cssState (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php14 $pipeline->_cssState = array(new CSSState(CSS::get()));
33 $pipeline->_cssState = array(new CSSState(CSS::get()));
52 $pipeline->_cssState = array(new CSSState(CSS::get()));
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php304 var $_cssState; variable in Pipeline
510 return $this->_cssState[0];
1124 $this->_cssState = array(new CSSState(CSS::get()));
1132 $font = $this->_cssState[0]->get_property(CSS_FONT);
1134 $this->_cssState[0]->set_property(CSS_FONT, $font);