HomeSort by relevance Sort by last modified time
    Searched refs:ObjBBox (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/reflow/
autoreflow.cpp 522 FX_RECT ObjBBox = pObj->GetBBox(&m_PDFDisplayMatrix);
523 if(ObjBBox.left > PDFWidth || ObjBBox.right < 0 ||
524 ObjBBox.bottom < 0 || ObjBBox.top > PDFHeight) {
527 if(ObjBBox.IsEmpty()) {
541 if(!(GetRectBottom(ObjBBox) > GetRectTop(pCell->m_BBox) ||
542 GetRectTop(ObjBBox) < GetRectBottom(pCell->m_BBox))) {
546 if(!(GetRectBottom(ObjBBox) < GetRectTop(pCell->m_BBox) ||
547 GetRectTop(ObjBBox) > GetRectBottom(pCell->m_BBox)))
    [all...]
layoutprocessor_reflow.cpp     [all...]

Completed in 73 milliseconds