Searched defs:ObjBBox (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp522 FX_RECT ObjBBox = pObj->GetBBox(&m_PDFDisplayMatrix); local
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) > GetRectBotto
[all...]
H A Dlayoutprocessor_reflow.cpp989 FX_RECT ObjBBox; local
991 ObjBBox = pTextObj->GetBBox(pObjMatrix);
992 dx = (float)ObjBBox.left;
993 dy = (float)ObjBBox.bottom;
996 ObjBBox = pTextObj->GetBBox(&matrix);
1095 CFX_FloatRect ObjBBox; local
1097 ObjBBox = pImageObj->GetBBox(pObjMatrix);
1100 ObjBBox = pImageObj->GetBBox(&matrix);
1102 pRFImage->m_Width = ObjBBox.Width();
1103 pRFImage->m_Height = ObjBBox
1515 CFX_FloatRect ObjBBox = pObjs->CalcBoundingBox(); local
[all...]

Completed in 372 milliseconds