Searched refs:PreRect (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp12 FX_RECT PreRect = pPrevObj->GetBBox(&matrix); local
15 if(PreRect.top > rect.bottom) {
17 } else if(rect.top > PreRect.bottom) {
19 } else if(PreRect.right < rect.left) {
21 } else if(PreRect.left > rect.right) {
28 if((PreRect.top < rect.top && PreRect.bottom > rect.bottom) ||
29 (PreRect.top > rect.top && PreRect.bottom < rect.bottom)) {
30 if(PreRect
[all...]

Completed in 65 milliseconds