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

  /external/pdfium/fpdfsdk/include/
fpdf_progressive.h 59 // size_x - Horizontal size (in pixels) for displaying the page.
68 DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x,
fpdfview.h 331 // size_x - Horizontal size (in pixels) for displaying the page.
339 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
351 // size_x - Horizontal size (in pixels) for displaying the page.
360 int size_x, int size_y, int rotate, int flags);
386 // size_x - Horizontal size (in pixels) for displaying the page.
404 // utilities. You must make sure the start_x, start_y, size_x, size_y and rotate parameters have exactly
407 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
416 // size_x - Horizontal size (in pixels) for displaying the page.
429 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
fpdfformfill.h 819 * size_x - Horizontal size (in pixels) for displaying the page.
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 12 extern void (*Func_RenderPage)( CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
18 int start_x, int start_y, int size_x,
53 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
56 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
fpdfview.cpp 429 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
431 void (*Func_RenderPage)(CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
439 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
456 pBitmap->Create(size_x, size_y, FXDIB_Argb);
469 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
472 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
488 WinDC.StretchDIBits(pDst,0,0,size_x*2,size_y*2);
501 rect.right = start_x + size_x;
555 Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, flags);
558 Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, flags);
    [all...]
fpdfformfill.cpp 190 int size_x, int size_y, int rotate, int flags)
217 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate);
221 clip.right = start_x + size_x;
  /external/chromium_org/content/common/cursors/
webcursor.cc 84 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
92 !iter->ReadLength(&size_x) ||
99 if (size_x > kMaxCursorDimension ||
105 size_x / scale > kMaxCursorDimension ||
112 if (size_x > 0 && size_y > 0) {
115 if (size_x * size_y * 4 > data_len)
120 custom_size_.set_width(size_x);
  /external/chromium_org/chrome/browser/metrics/
gpu_metrics_provider.cc 29 DWORD size_x = GetDeviceCaps(hdc, HORZSIZE); local
31 double dpi_x = (size_x > 0) ?
32 GetDeviceCaps(hdc, HORZRES) / (size_x / kMillimetersPerInch) : 0;
  /external/chromium_org/third_party/v4l2capture/
v4l2capture.c 210 int size_x; local
212 if(!PyArg_ParseTuple(args, "ii", &size_x, &size_y))
219 format.fmt.pix.width = size_x;
436 "set_format(size_x, size_y) -> size_x, size_y\n\n"
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 248 int pos_x, int pos_y, int size_x, int size_y, int rotate) = 0;
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 2346 int start_x, start_y, size_x, size_y; local
2366 int start_x, start_y, size_x, size_y; local
2514 int start_x, start_y, size_x, size_y; local
    [all...]
pdfium_engine.h 310 int* start_y, int* size_x, int* size_y) const;

Completed in 454 milliseconds