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

  /external/pdfium/fpdfsdk/src/
fpdfview_c_api_test.c 196 CHK(FPDFBitmap_FillRect);
fpdfview.cpp 632 DLLEXPORT void STDCALL FPDFBitmap_FillRect(FPDF_BITMAP bitmap, int left, int top, int width, int height, FPDF_DWORD color)
  /external/pdfium/public/
fpdfview.h 463 // initialize the buffer. Applications can use FPDFBitmap_FillRect to fill the bitmap using any color.
493 // Function: FPDFBitmap_FillRect
510 DLLEXPORT void STDCALL FPDFBitmap_FillRect(FPDF_BITMAP bitmap, int left, int top, int width, int height, FPDF_DWORD color);
  /external/pdfium/testing/
embedder_test.cpp 266 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, 0xFFFFFFFF);
  /external/pdfium/samples/
pdfium_test.cc 513 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, 0xFFFFFFFF);

Completed in 589 milliseconds