Searched refs:FPDFBitmap_Create (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfpdfview.h347 // Bitmap handle can be created by FPDFBitmap_Create function.
432 // Function: FPDFBitmap_Create
453 DLLEXPORT FPDF_BITMAP STDCALL FPDFBitmap_Create(int width, int height, int alpha);
473 // Similar to FPDFBitmap_Create function, with more formats and external buffer supported.
485 // bitmap - The handle to the bitmap. Returned by FPDFBitmap_Create function.
509 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function.
521 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function.
529 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function.
537 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function.
547 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create functio
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp703 DLLEXPORT FPDF_BITMAP STDCALL FPDFBitmap_Create(int width, int height, int alpha) function
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc3419 FPDF_BITMAP bitmap = FPDFBitmap_Create(dest.width(), dest.height(),

Completed in 96 milliseconds