Searched refs:pCurObj (Results 1 – 3 of 3) sorted by relevance
78 CPDF_PageObject* pCurObj = iter->get(); in Continue() local79 if (pCurObj && pCurObj->m_Left <= m_ClipRect.right && in Continue()80 pCurObj->m_Right >= m_ClipRect.left && in Continue()81 pCurObj->m_Bottom <= m_ClipRect.top && in Continue()82 pCurObj->m_Top >= m_ClipRect.bottom) { in Continue()83 if (m_pOptions->HasFlag(RENDER_BREAKFORMASKS) && pCurObj->IsImage() && in Continue()84 pCurObj->AsImage()->GetImage()->IsMask()) { in Continue()87 m_pRenderStatus->ProcessClipPath(pCurObj->m_ClipPath, in Continue()94 pCurObj, &m_pCurrentLayer->m_Matrix, pPause)) { in Continue()97 if (pCurObj->IsImage() && m_pRenderStatus->GetRenderOptions()->HasFlag( in Continue()[all …]
1076 for (const auto& pCurObj : *pObjectHolder->GetPageObjectList()) { in RenderObjectList()1077 if (pCurObj.get() == m_pStopObj) { in RenderObjectList()1081 if (!pCurObj) in RenderObjectList()1084 if (pCurObj->m_Left > clip_rect.right || in RenderObjectList()1085 pCurObj->m_Right < clip_rect.left || in RenderObjectList()1086 pCurObj->m_Bottom > clip_rect.top || in RenderObjectList()1087 pCurObj->m_Top < clip_rect.bottom) { in RenderObjectList()1090 RenderSingleObject(pCurObj.get(), pObj2Device); in RenderObjectList()
248 CPDF_TextObject* pCurObj = nullptr; in GetRectArray() local260 if (!pCurObj) in GetRectArray()261 pCurObj = info_curchar.m_pTextObj.Get(); in GetRectArray()262 if (pCurObj != info_curchar.m_pTextObj) { in GetRectArray()264 pCurObj = info_curchar.m_pTextObj.Get(); in GetRectArray()274 if (pCurObj->GetFont()->GetTypeDescent()) { in GetRectArray()276 pCurObj->GetFont()->GetTypeDescent() * in GetRectArray()277 pCurObj->GetFontSize() / 1000; in GetRectArray()283 if (pCurObj->GetFont()->GetTypeAscent()) { in GetRectArray()286 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; in GetRectArray()[all …]