Home
last modified time | relevance | path

Searched refs:LoadDIBSource (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.cpp56 pPageObj->AsImage()->GetImage()->LoadDIBSource(); in LoadBitmap()
/external/pdfium/core/fpdfapi/page/
Dcpdf_image.h45 RetainPtr<CFX_DIBSource> LoadDIBSource() const;
Dcpdf_image.cpp335 RetainPtr<CFX_DIBSource> CPDF_Image::LoadDIBSource() const { in LoadDIBSource() function in CPDF_Image
/external/pdfium/fpdfsdk/
Dfpdfeditimg.cpp153 RetainPtr<CFX_DIBSource> pSource = pImg->LoadDIBSource(); in FPDFImageObj_GetBitmap()