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

/external/pdfium/core/fpdfapi/render/
H A Dcpdf_progressiverenderer.cpp78 CPDF_PageObject* pCurObj = iter->get(); local
79 if (pCurObj && pCurObj->m_Left <= m_ClipRect.right &&
80 pCurObj->m_Right >= m_ClipRect.left &&
81 pCurObj->m_Bottom <= m_ClipRect.top &&
82 pCurObj->m_Top >= m_ClipRect.bottom) {
83 if (m_pOptions->HasFlag(RENDER_BREAKFORMASKS) && pCurObj->IsImage() &&
84 pCurObj->AsImage()->GetImage()->IsMask()) {
87 m_pRenderStatus->ProcessClipPath(pCurObj->m_ClipPath,
94 pCurObj,
[all...]
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp248 CPDF_TextObject* pCurObj = nullptr; local
260 if (!pCurObj)
261 pCurObj = info_curchar.m_pTextObj.Get();
262 if (pCurObj != info_curchar.m_pTextObj) {
264 pCurObj = info_curchar.m_pTextObj.Get();
274 if (pCurObj->GetFont()->GetTypeDescent()) {
276 pCurObj->GetFont()->GetTypeDescent() *
277 pCurObj->GetFontSize() / 1000;
283 if (pCurObj->GetFont()->GetTypeAscent()) {
286 pCurObj
[all...]

Completed in 190 milliseconds