Home
last modified time | relevance | path

Searched refs:pPreObj (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/reflow/
Dautoreflow.cpp420 CPDF_PageObject* pPreObj = m_pPreObj; in LogicPreObj() local
422 if(!pPreObj) { in LogicPreObj()
425 if(pPreObj->m_Type != pObj->m_Type) { in LogicPreObj()
429 CFX_FloatRect rcPreObj(pPreObj->m_Left, pPreObj->m_Bottom, pPreObj->m_Right, pPreObj->m_Top); in LogicPreObj()
449 CPDF_TextObject* pPreTextObj = (CPDF_TextObject*)pPreObj; in LogicPreObj()
641 int CPDF_AutoReflowLayoutProvider::GetWritingMode(CPDF_PageObject* pPreObj, CPDF_PageObject* pCurOb… in GetWritingMode() argument
667 if(pPreObj) { in GetWritingMode()
670 if(FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) < threshold * 2 in GetWritingMode()
671 && FXSYS_fabs(pPreObj->m_Top - pCurObj->m_Top) < threshold * 2) { in GetWritingMode()
675 … if(mid > pPreObj->m_Bottom && mid < pPreObj->m_Top && pCurObj->m_Right > pPreObj->m_Right) { in GetWritingMode()
[all …]
Dlayoutprocessor_reflow.cpp1206 CPDF_TextObject* pPreObj = m_pPreObj; in LogicPreObj() local
1208 if(!pObj || !pPreObj) { in LogicPreObj()
1212 pPreObj->GetItemInfo(pPreObj->CountItems() - 1, &item); in LogicPreObj()
1214 …FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() … in LogicPreObj()
1221 pPreObj->GetTextMatrix(&prev_matrix); in LogicPreObj()
1236 if(!pPreObj) { in LogicPreObj()
1239 if(pPreObj->m_Type != pObj->m_Type) { in LogicPreObj()
1243 CFX_FloatRect rcPreObj(pPreObj->m_Left, pPreObj->m_Bottom, pPreObj->m_Right, pPreObj->m_Top); in LogicPreObj()
1263 CPDF_TextObject* pPreTextObj = (CPDF_TextObject*)pPreObj; in LogicPreObj()
1340 CPDF_PageObject* pPreObj = m_pPreObj; in ProcessTextObject() local
Dautoreflow.h100 int GetWritingMode(CPDF_PageObject* pPreObj, CPDF_PageObject* pCurObj);