Home
last modified time | relevance | path

Searched refs:GetValueAt (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp75 FX_LPVOID value = m_ImageCaches.GetValueAt(pStream); in ClearImageCache()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp373 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage); in GetPageView()
464 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage); in ReMovePageView()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp145 CRF_PageInfo* pPageInfo = (CRF_PageInfo*)m_pPageInfos->GetValueAt(pObj); in GetFormResDict()
/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp81 void* CFX_MapPtrToPtr::GetValueAt(void* key) const in GetValueAt() function in CFX_MapPtrToPtr
/external/pdfium/core/include/fxcrt/
Dfx_basic.h805 void* GetValueAt(void* key) const;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp298 if (bDirect && !visited->GetValueAt((void*)(FX_UINTPTR)obj_num)) { in CloneInternal()