Searched refs:fake_box (Results 1 – 1 of 1) sorted by relevance
55 function fake_box(&$box) { function in LineBox62 $fake_box = new BlockBox($fake);63 $fake_box->readCSS($fake_state);66 $fake_box->put_left($this->left);67 $fake_box->put_width($this->right - $this->left);68 $fake_box->put_top($this->top - $box->baseline);69 $fake_box->put_height($this->top - $this->bottom);78 return $fake_box;262 $fake_box = $line_box->fake_box($this);267 $background->show($driver, $fake_box);[all …]