HomeSort by relevance Sort by last modified time
    Searched refs:FPDFBitmap_Create (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdfview_c_api_test.c 194 CHK(FPDFBitmap_Create);
fpdfview.cpp 599 DLLEXPORT FPDF_BITMAP STDCALL FPDFBitmap_Create(int width, int height, int alpha)
  /external/pdfium/public/
fpdfview.h 358 // Bitmap handle can be created by FPDFBitmap_Create function.
443 // Function: FPDFBitmap_Create
464 DLLEXPORT FPDF_BITMAP STDCALL FPDFBitmap_Create(int width, int height, int alpha);
484 // Similar to FPDFBitmap_Create function, with more formats and external buffer supported.
496 // bitmap - The handle to the bitmap. Returned by FPDFBitmap_Create function.
515 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function.
527 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function.
535 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function.
543 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function.
553 // bitmap - Handle to the bitmap. Returned by FPDFBitmap_Create function
    [all...]
  /external/pdfium/testing/
embedder_test.cpp 265 FPDF_BITMAP bitmap = FPDFBitmap_Create(width, height, 0);
  /external/pdfium/samples/
pdfium_test.cc 506 FPDF_BITMAP bitmap = FPDFBitmap_Create(width, height, 0);

Completed in 75 milliseconds