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

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp421 CPDF_PageObject* pPreObj = m_pPreObj; local
423 if(!pPreObj) {
426 if(pPreObj->m_Type != pObj->m_Type) {
430 CFX_FloatRect rcPreObj(pPreObj->m_Left, pPreObj->m_Bottom, pPreObj->m_Right, pPreObj->m_Top);
450 CPDF_TextObject* pPreTextObj = (CPDF_TextObject*)pPreObj;
642 int CPDF_AutoReflowLayoutProvider::GetWritingMode(CPDF_PageObject* pPreObj, CPDF_PageObject* pCurObj) argument
668 if(pPreObj) {
[all...]
H A Dlayoutprocessor_reflow.cpp1215 CPDF_TextObject* pPreObj = m_pPreObj; local
1217 if(!pObj || !pPreObj) {
1221 pPreObj->GetItemInfo(pPreObj->CountItems() - 1, &item);
1223 FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() / 1000;
1230 pPreObj->GetTextMatrix(&prev_matrix);
1245 if(!pPreObj) {
1248 if(pPreObj->m_Type != pObj->m_Type) {
1252 CFX_FloatRect rcPreObj(pPreObj
1349 CPDF_PageObject* pPreObj = m_pPreObj; local
[all...]

Completed in 903 milliseconds