Searched defs:FPDF_BITMAP (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/public/
H A Dfpdfview.h39 typedef void* FPDF_BITMAP; typedef
674 FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPageBitmap(FPDF_BITMAP bitmap,
702 FPDF_RenderPageBitmapWithMatrix(FPDF_BITMAP bitmap,
846 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_Create(int width,
881 // function can be used in any place that a FPDF_BITMAP handle is
887 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_CreateEx(int width,
903 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetFormat(FPDF_BITMAP bitmap);
929 FPDF_EXPORT void FPDF_CALLCONV FPDFBitmap_FillRect(FPDF_BITMAP bitmap,
952 FPDF_EXPORT void* FPDF_CALLCONV FPDFBitmap_GetBuffer(FPDF_BITMAP bitmap);
961 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetWidth(FPDF_BITMAP bitma
[all...]

Completed in 70 milliseconds