/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 334 …_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, 336 void (*Func_RenderPage)(CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int … 344 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x… in FPDF_RenderPage() argument 361 pBitmap->Create(size_x, size_y, FXDIB_Argb); in FPDF_RenderPage() 374 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL); in FPDF_RenderPage() 386 pDst->Create(size_x, size_y, FXDIB_Rgb32); in FPDF_RenderPage() 388 … pDst->CompositeBitmap(0, 0, size_x, size_y, pBitmap, 0, 0, FXDIB_BLEND_NORMAL, NULL, FALSE, NULL); in FPDF_RenderPage() 389 WinDC.StretchDIBits(pDst,0,0,size_x,size_y); in FPDF_RenderPage() 402 rect.right = start_x + size_x; in FPDF_RenderPage() 457 …Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, f… in FPDF_RenderPage() [all …]
|
D | fpdf_progressive.cpp | 12 …unc_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, in FPDF_RenderPageBitmap_Start() argument 49 …Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdap… in FPDF_RenderPageBitmap_Start()
|
D | fpdfformfill.cpp | 190 int size_x, int size_y, int rotate, int flags) in FPDF_FFLDraw() argument 214 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate); in FPDF_FFLDraw() 218 clip.right = start_x + size_x; in FPDF_FFLDraw()
|
/external/pdfium/public/ |
D | fpdfview.h | 350 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x… 371 int size_x, int size_y, int rotate, int flags); 418 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int … 440 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int …
|
D | fpdf_progressive.h | 68 …DF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x,
|
D | fpdf_formfill.h | 828 int size_x, int size_y, int rotate, int flags);
|
/external/libvncserver/x11vnc/ |
D | scan.c | 1710 int size_x, size_y, width1, width2; in copy_tiles() local 1745 size_x = dpy_x - x; in copy_tiles() 1746 if ( size_x > tile_x * nt ) { in copy_tiles() 1747 size_x = tile_x * nt; in copy_tiles() 1753 width2 = size_x - (nt - 1) * tile_x; /* right hand tile */ in copy_tiles() 1776 copy_image(tile_row[nt], x, y, size_x, size_y); in copy_tiles() 1984 memcpy(s_dst, s_src, size_x * pixelsize); in copy_tiles() 2000 for (k=0; k<size_x; k++) { in copy_tiles()
|