Home
last modified time | relevance | path

Searched refs:FPDFBitmap_Create (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_editimg_embeddertest.cpp52 FPDF_BITMAP bitmap = FPDFBitmap_Create(kBitmapSize, kBitmapSize, 0); in TEST_F()
113 ScopedFPDFBitmap bitmap(FPDFBitmap_Create(100, 100, 0)); in TEST_F()
Dfpdf_view_embeddertest.cpp115 FPDFBitmap_Create(image.width(), image.height(), /*alpha=*/1)); in SkImageToPdfiumBitmap()
168 ScopedFPDFBitmap bitmap(FPDFBitmap_Create(bitmap_width, bitmap_height, 0)); in TestRenderPageBitmapWithMatrix()
180 ScopedFPDFBitmap bitmap(FPDFBitmap_Create(bitmap_width, bitmap_height, 0)); in TestRenderPageBitmapWithFlags()
Dfpdf_view_c_api_test.c463 CHK(FPDFBitmap_Create); in CheckPDFiumCApi()
Dfpdf_formfill_embeddertest.cpp662 FPDF_BITMAP bitmap = FPDFBitmap_Create(512, 512, 0); in TEST_F()
681 ScopedFPDFBitmap bitmap(FPDFBitmap_Create(512, 512, 0)); in TEST_F()
700 ScopedFPDFBitmap bitmap(FPDFBitmap_Create(512, 512, 0)); in TEST_F()
Dfpdf_view.cpp840 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_Create(int width, in FPDFBitmap_Create() function
Dfpdf_annot_embeddertest.cpp1374 image_bitmap = FPDFBitmap_Create(kBitmapSize, kBitmapSize, 1); in TEST_F()
/external/pdfium/core/fpdfapi/render/
Dfpdf_progressive_render_embeddertest.cpp145 ScopedFPDFBitmap(FPDFBitmap_Create(width, height, alpha)); in StartRenderPageWithFlags()
167 ScopedFPDFBitmap(FPDFBitmap_Create(width, height, alpha)); in StartRenderPageWithColorSchemeAndBackground()
/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc224 ScopedFPDFBitmap bitmap(FPDFBitmap_Create(width, height, 0)); in RenderPage()
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp133 ScopedFPDFBitmap bitmap(FPDFBitmap_Create(kWidth, kHeight, 1)); in Harness()
/external/pdfium/public/
Dfpdfview.h1064 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_Create(int width,
/external/pdfium/testing/
Dembedder_test.cpp593 ScopedFPDFBitmap bitmap(FPDFBitmap_Create(width, height, alpha)); in RenderPageWithFlags()
/external/pdfium/samples/
Dpdfium_test.cc821 bitmap_.reset(FPDFBitmap_Create(/*width=*/width(), /*height=*/height(), in Start()