Home
last modified time | relevance | path

Searched refs:FPDFBitmap_Destroy (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfpdfview.h553 DLLEXPORT void STDCALL FPDFBitmap_Destroy(FPDF_BITMAP bitmap);
/external/chromium_org/pdf/pdfium/
Dpdfium_engine.cc785 FPDFBitmap_Destroy(progressive_paints_[i].bitmap); in PostPaint()
1077 FPDFBitmap_Destroy(bitmap); in CreateSinglePageRasterPdf()
2024 FPDFBitmap_Destroy(bitmap); in PaintThumbnail()
2464 FPDFBitmap_Destroy(bitmap); in FinishPaint()
2473 FPDFBitmap_Destroy(progressive_paints_[i].bitmap); in CancelPaints()
2599 FPDFBitmap_Destroy(bitmap); in PaintUnavailablePage()
3439 FPDFBitmap_Destroy(bitmap); in RenderPDFPageToDC()
3481 FPDFBitmap_Destroy(bitmap); in RenderPDFPageToBitmap()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp773 DLLEXPORT void STDCALL FPDFBitmap_Destroy(FPDF_BITMAP bitmap) in FPDFBitmap_Destroy() function