Home
last modified time | relevance | path

Searched refs:ObjBBox (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
Dautoreflow.cpp522 FX_RECT ObjBBox = pObj->GetBBox(&m_PDFDisplayMatrix); in GenerateLine() local
523 if(ObjBBox.left > PDFWidth || ObjBBox.right < 0 || in GenerateLine()
524 ObjBBox.bottom < 0 || ObjBBox.top > PDFHeight) { in GenerateLine()
527 if(ObjBBox.IsEmpty()) { in GenerateLine()
541 if(!(GetRectBottom(ObjBBox) > GetRectTop(pCell->m_BBox) || in GenerateLine()
542 GetRectTop(ObjBBox) < GetRectBottom(pCell->m_BBox))) { in GenerateLine()
546 if(!(GetRectBottom(ObjBBox) < GetRectTop(pCell->m_BBox) || in GenerateLine()
547 GetRectTop(ObjBBox) > GetRectBottom(pCell->m_BBox))) { in GenerateLine()
565 pCell->m_BBox = ObjBBox; in GenerateLine()
569 if(x < ObjBBox.left) { in GenerateLine()
[all …]
Dlayoutprocessor_reflow.cpp989 FX_RECT ObjBBox; in CreateRFData() local
991 ObjBBox = pTextObj->GetBBox(pObjMatrix); in CreateRFData()
992 dx = (float)ObjBBox.left; in CreateRFData()
993 dy = (float)ObjBBox.bottom; in CreateRFData()
996 ObjBBox = pTextObj->GetBBox(&matrix); in CreateRFData()
1095 CFX_FloatRect ObjBBox; in CreateRFData() local
1097 ObjBBox = pImageObj->GetBBox(pObjMatrix); in CreateRFData()
1100 ObjBBox = pImageObj->GetBBox(&matrix); in CreateRFData()
1102 pRFImage->m_Width = ObjBBox.Width(); in CreateRFData()
1103 pRFImage->m_Height = ObjBBox.Height(); in CreateRFData()
[all …]