Searched refs:pCurObj (Results 1 – 2 of 2) sorted by relevance
253 CPDF_PageObject* pCurObj = pObjs->GetNextObject(pos); in RenderObjectList() local254 if (pCurObj == m_pStopObj) { in RenderObjectList()258 if (!pCurObj) { in RenderObjectList()261 if (!pCurObj || pCurObj->m_Left > clip_rect.right || in RenderObjectList()262 pCurObj->m_Right < clip_rect.left || in RenderObjectList()263 pCurObj->m_Bottom > clip_rect.top || in RenderObjectList()264 pCurObj->m_Top < clip_rect.bottom) { in RenderObjectList()267 RenderSingleObject(pCurObj, pObj2Device); in RenderObjectList()1115 CPDF_PageObject* pCurObj = pItem->m_pObjectList->GetObjectAt(m_ObjectPos); in Continue() local1116 if (pCurObj && pCurObj->m_Left <= m_ClipRect.right && in Continue()[all …]
245 CPDF_TextObject* pCurObj = NULL; in GetRectArray() local261 if (!pCurObj) { in GetRectArray()262 pCurObj = info_curchar.m_pTextObj; in GetRectArray()264 if (pCurObj != info_curchar.m_pTextObj) { in GetRectArray()266 pCurObj = info_curchar.m_pTextObj; in GetRectArray()278 if (pCurObj->GetFont()->GetTypeDescent()) { in GetRectArray()280 pCurObj->GetFont()->GetTypeDescent() * in GetRectArray()281 pCurObj->GetFontSize() / 1000; in GetRectArray()287 if (pCurObj->GetFont()->GetTypeAscent()) { in GetRectArray()290 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; in GetRectArray()[all …]