Lines Matching refs:floatmargins

369 	var $floatmargins;
1190 $this->floatmargins = [];
6525 if (isset($this->floatmargins['R']) && $usey <= $this->floatmargins['R']['y1'] && $usey >= $this->floatmargins['R']['y0'] && !$this->floatmargins['R']['skipline']) {
6526 $fpaddingR += $this->floatmargins['R']['w'];
6528 if (isset($this->floatmargins['L']) && $usey <= $this->floatmargins['L']['y1'] && $usey >= $this->floatmargins['L']['y0'] && !$this->floatmargins['L']['skipline']) {
6529 $fpaddingL += $this->floatmargins['L']['w'];
6726 if (isset($this->floatmargins['R']) && $usey <= $this->floatmargins['R']['y1'] && $usey >= $this->floatmargins['R']['y0'] && !$this->floatmargins['R']['skipline']) {
6727 $fpaddingR += $this->floatmargins['R']['w'];
6729 if (isset($this->floatmargins['L']) && $usey <= $this->floatmargins['L']['y1'] && $usey >= $this->floatmargins['L']['y0'] && !$this->floatmargins['L']['skipline']) {
6730 $fpaddingL += $this->floatmargins['L']['w'];
7025 if ($this->floatmargins) {
7032 if (isset($this->floatmargins['R']['y1'])) {
7033 $fry1 = $this->floatmargins['R']['y1'];
7037 if (isset($this->floatmargins['L']['y1'])) {
7038 $fly1 = $this->floatmargins['L']['y1'];
7825 if (isset($this->floatmargins['R']) && $usey <= $this->floatmargins['R']['y1'] && $usey >= $this->floatmargins['R']['y0'] && !$this->floatmargins['R']['skipline']) {
7826 $fpaddingR += $this->floatmargins['R']['w'];
7828 if (isset($this->floatmargins['L']) && $usey <= $this->floatmargins['L']['y1'] && $usey >= $this->floatmargins['L']['y0'] && !$this->floatmargins['L']['skipline']) {
7829 $fpaddingL += $this->floatmargins['L']['w'];
7965 if (isset($this->floatmargins['R']) && $usey <= $this->floatmargins['R']['y1'] && $usey >= $this->floatmargins['R']['y0'] && !$this->floatmargins['R']['skipline']) {
7966 $fpaddingR += $this->floatmargins['R']['w'];
7968 if (isset($this->floatmargins['L']) && $usey <= $this->floatmargins['L']['y1'] && $usey >= $this->floatmargins['L']['y0'] && !$this->floatmargins['L']['skipline']) {
7969 $fpaddingL += $this->floatmargins['L']['w'];
8660 if ($this->floatmargins) {
8762 // Update floatmargins - L
8763 if (isset($this->floatmargins['L']) && $this->floatmargins['L']['skipline'] && $this->floatmargins['L']['y0'] != $this->y) {
8764 $yadj = $this->y - $this->floatmargins['L']['y0'];
8765 $this->floatmargins['L']['y0'] = $this->y;
8766 $this->floatmargins['L']['y1'] += $yadj;
8769 if ($this->floatbuffer[$this->floatmargins['L']['id']]['border_left']['w']) {
8770 $this->floatbuffer[$this->floatmargins['L']['id']]['BORDER-Y'] += $yadj;
8772 $this->floatbuffer[$this->floatmargins['L']['id']]['INNER-Y'] += $yadj;
8773 $this->floatbuffer[$this->floatmargins['L']['id']]['OUTER-Y'] += $yadj;
8776 $this->floatbuffer[$this->floatmargins['L']['id']]['skipline'] = false;
8777 $this->floatmargins['L']['skipline'] = false;
8778 $this->floatmargins['L']['id'] = '';
8780 // Update floatmargins - R
8781 if (isset($this->floatmargins['R']) && $this->floatmargins['R']['skipline'] && $this->floatmargins['R']['y0'] != $this->y) {
8782 $yadj = $this->y - $this->floatmargins['R']['y0'];
8783 $this->floatmargins['R']['y0'] = $this->y;
8784 $this->floatmargins['R']['y1'] += $yadj;
8787 if ($this->floatbuffer[$this->floatmargins['R']['id']]['border_left']['w']) {
8788 $this->floatbuffer[$this->floatmargins['R']['id']]['BORDER-Y'] += $yadj;
8790 $this->floatbuffer[$this->floatmargins['R']['id']]['INNER-Y'] += $yadj;
8791 $this->floatbuffer[$this->floatmargins['R']['id']]['OUTER-Y'] += $yadj;
8794 $this->floatbuffer[$this->floatmargins['R']['id']]['skipline'] = false;
8795 $this->floatmargins['R']['skipline'] = false;
8796 $this->floatmargins['R']['id'] = '';
16212 if (isset($this->floatmargins['R']) && $this->y <= $this->floatmargins['R']['y1'] && $this->y >= $this->floatmargins['R']['y0']) {
16213 $maxWidth -= $this->floatmargins['R']['w'];
16215 if (isset($this->floatmargins['L']) && $this->y <= $this->floatmargins['L']['y1'] && $this->y >= $this->floatmargins['L']['y0']) {
16216 $maxWidth -= $this->floatmargins['L']['w'];
16341 $this->floatmargins['R']['skipline'] = false;
16342 if (isset($this->floatmargins['R']['y1']) && $this->floatmargins['R']['y1'] > 0 && $fy < $this->floatmargins['R']['y1']) {
16345 elseif (isset($this->floatmargins['L']['y1']) && $this->floatmargins['L']['y1'] > 0 && $fy < $this->floatmargins['L']['y1']) {
16348 if (($this->blk[$this->blklvl]['inner_width'] - $w - $this->floatmargins['L']['w']) < $mw) {
16351 $this->floatmargins['R']['x'] = $fx;
16352 $this->floatmargins['R']['w'] = $w;
16353 $this->floatmargins['R']['y0'] = $fy;
16354 $this->floatmargins['R']['y1'] = $fy + $h;
16356 $this->floatmargins['R']['skipline'] = true;
16357 $this->floatmargins['R']['id'] = count($this->floatbuffer) + 0;
16363 $this->floatmargins['R']['x'] = $fx;
16364 $this->floatmargins['R']['w'] = $w;
16365 $this->floatmargins['R']['y0'] = $fy;
16366 $this->floatmargins['R']['y1'] = $fy + $h;
16368 $this->floatmargins['R']['skipline'] = true;
16369 $this->floatmargins['R']['id'] = count($this->floatbuffer) + 0;
16376 $this->floatmargins['L']['skipline'] = false;
16377 if (isset($this->floatmargins['L']['y1']) && $this->floatmargins['L']['y1'] > 0 && $fy < $this->floatmargins['L']['y1']) {
16378 $this->floatmargins['L']['skipline'] = false;
16381 elseif (isset($this->floatmargins['R']['y1']) && $this->floatmargins['R']['y1'] > 0 && $fy < $this->floatmargins['R']['y1']) {
16384 if (($this->blk[$this->blklvl]['inner_width'] - $w - $this->floatmargins['R']['w']) < $mw) {
16387 $this->floatmargins['L']['x'] = $fx + $w;
16388 $this->floatmargins['L']['w'] = $w;
16389 $this->floatmargins['L']['y0'] = $fy;
16390 $this->floatmargins['L']['y1'] = $fy + $h;
16392 $this->floatmargins['L']['skipline'] = true;
16393 $this->floatmargins['L']['id'] = count($this->floatbuffer) + 0;
16399 $this->floatmargins['L']['x'] = $fx + $w;
16400 $this->floatmargins['L']['w'] = $w;
16401 $this->floatmargins['L']['y0'] = $fy;
16402 $this->floatmargins['L']['y1'] = $fy + $h;
16404 $this->floatmargins['L']['skipline'] = true;
16405 $this->floatmargins['L']['id'] = count($this->floatbuffer) + 0;
25330 $this->floatmargins = [];