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 523 FX_RECT ObjBBox = pObj->GetBBox(&m_PDFDisplayMatrix);
524 if(ObjBBox.left > PDFWidth || ObjBBox.right < 0 ||
525 ObjBBox.bottom < 0 || ObjBBox.top > PDFHeight) {
528 if(ObjBBox.IsEmpty()) {
542 if(!(GetRectBottom(ObjBBox) > GetRectTop(pCell->m_BBox) ||
543 GetRectTop(ObjBBox) < GetRectBottom(pCell->m_BBox))) {
547 if(!(GetRectBottom(ObjBBox) < GetRectTop(pCell->m_BBox) ||
548 GetRectTop(ObjBBox) > GetRectBottom(pCell->m_BBox)))
    [all...]
layoutprocessor_reflow.cpp     [all...]

Completed in 49 milliseconds