Searched refs:first_scan (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfpdfview.h467 // first_scan - A pointer to the first byte of first scan line, for external buffer
480 DLLEXPORT FPDF_BITMAP STDCALL FPDFBitmap_CreateEx(int width, int height, int format, void* first_scan, int stride);
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp710 DLLEXPORT FPDF_BITMAP STDCALL FPDFBitmap_CreateEx(int width, int height, int format, void* first_scan, int stride) argument
730 pBitmap->Create(width, height, fx_format, (FX_LPBYTE)first_scan, stride);

Completed in 78 milliseconds