HomeSort by relevance Sort by last modified time
    Searched refs:pCurObj (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_progressiverenderer.cpp 73 CPDF_PageObject* pCurObj = iter->get();
74 if (pCurObj && pCurObj->m_Left <= m_ClipRect.right &&
75 pCurObj->m_Right >= m_ClipRect.left &&
76 pCurObj->m_Bottom <= m_ClipRect.top &&
77 pCurObj->m_Top >= m_ClipRect.bottom) {
79 pCurObj, &m_pCurrentLayer->m_Matrix, pPause)) {
82 if (pCurObj->IsImage() &&
87 if (pCurObj->IsForm() || pCurObj->IsShading()
    [all...]
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 238 CPDF_TextObject* pCurObj = nullptr;
250 if (!pCurObj)
251 pCurObj = info_curchar.m_pTextObj;
252 if (pCurObj != info_curchar.m_pTextObj) {
254 pCurObj = info_curchar.m_pTextObj;
267 if (pCurObj->GetFont()->GetTypeDescent()) {
269 pCurObj->GetFont()->GetTypeDescent() *
270 pCurObj->GetFontSize() / 1000;
276 if (pCurObj->GetFont()->GetTypeAscent()) {
279 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000
    [all...]

Completed in 440 milliseconds