Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage_embeddertest.cpp17 FPDFBitmap_Destroy(bitmap); in TEST_F()
27 FPDFBitmap_Destroy(bitmap); in TEST_F()
Dfpdf_render_pattern_embeddertest.cpp15 FPDFBitmap_Destroy(bitmap); in TEST_F()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode_embeddertest.cpp104 FPDFBitmap_Destroy(bitmap); in TEST_F()
114 FPDFBitmap_Destroy(bitmap); in TEST_F()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func_embeddertest.cpp18 FPDFBitmap_Destroy(bitmap); in TEST_F()
/external/pdfium/fpdfsdk/src/
Dfpdfview_c_api_test.c226 CHK(FPDFBitmap_Destroy); in CheckPDFiumCApi()
Dfpdfview.cpp891 DLLEXPORT void STDCALL FPDFBitmap_Destroy(FPDF_BITMAP bitmap) { in FPDFBitmap_Destroy() function
/external/pdfium/public/
Dfpdfview.h839 DLLEXPORT void STDCALL FPDFBitmap_Destroy(FPDF_BITMAP bitmap);
/external/pdfium/samples/
Dpdfium_test.cc391 FPDFBitmap_Destroy(bitmap); in RenderPage()