/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 159 for (int dest_y = 0; dest_y < result_height; dest_y ++) { in Transform1bppBitmap() local 160 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch; in Transform1bppBitmap() 163 result2src_fix.Transform(dest_x, dest_y, src_x, src_y); in Transform1bppBitmap() 174 for (int dest_y = 0; dest_y < result_height; dest_y ++) { in Transform1bppBitmap() local 175 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch; in Transform1bppBitmap() 178 result2src_fix.Transform(dest_x, dest_y, src_x, src_y); in Transform1bppBitmap()
|
D | fx_win32_gdipext.cpp | 321 for (int dest_y = 0; dest_y < result_height; dest_y ++) { in _StretchMonoToGray() local 322 LPBYTE dest_scan = dest_buf + dest_y * result_pitch; in _StretchMonoToGray() 323 …int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top) : (dest_y + pClipRect->top); in _StretchMonoToGray()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_private.h | 122 int dest_y, 140 short dest_y,
|
D | va_subpicture.c | 124 short dest_x, short dest_y, in vlVaAssociateSubpicture() argument
|
D | va_image.c | 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_engine.cpp | 816 int dest_y, src_y; in ContinueQuickStretch() local 818 dest_y = result_height - m_LineIndex - 1; in ContinueQuickStretch() 819 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height / m_DestHeight; in ContinueQuickStretch() 821 dest_y = m_LineIndex; in ContinueQuickStretch() 822 src_y = (dest_y + m_ClipRect.top) * src_height / m_DestHeight; in ContinueQuickStretch() 837 m_pDest->ComposeScanline(dest_y, m_pScanline, m_pMaskScanline); in ContinueQuickStretch()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 910 int dest_y, src_y; in Continue() local 912 dest_y = m_ResultHeight - m_LineIndex - 1; in Continue() 913 src_y = (m_DestHeight - (dest_y + m_ClipTop) - 1) * src_height / m_DestHeight; in Continue() 915 dest_y = m_LineIndex; in Continue() 916 src_y = (dest_y + m_ClipTop) * src_height / m_DestHeight; in Continue() 931 FX_LPBYTE result_scan = result_buf + dest_y * m_pBitmap->GetPitch(); in Continue()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 690 int32_t dest_y; member
|
/external/libvncserver/x11vnc/ |
D | xwrappers.h | 69 int format, XImage *dest_image, int dest_x, int dest_y);
|
D | xwrappers.c | 74 int format, XImage *dest_image, int dest_x, int dest_y); 282 int format, XImage *dest_image, int dest_x, int dest_y) { in XGetSubImage_wr() argument 285 …|| !x || !y || !width || !height || !plane_mask || !format || !dest_image || !dest_x || !dest_y) {} in XGetSubImage_wr() 290 if (overlay && dest_x == 0 && dest_y == 0) { in XGetSubImage_wr() 311 format, dest_image, dest_x, dest_y); in XGetSubImage_wr()
|
D | screen.c | 1295 …angleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y) { in from_libvncclient_CopyRectangleFromRectangle() argument 1300 …uint##BPP##_t* _buffer=((uint##BPP##_t*)client->frameBuffer)+(src_y-dest_y)*client->width+src_x-de… in from_libvncclient_CopyRectangleFromRectangle() 1301 if (dest_y < src_y) { \ in from_libvncclient_CopyRectangleFromRectangle() 1302 for(j = dest_y*client->width; j < (dest_y+h)*client->width; j += client->width) { \ in from_libvncclient_CopyRectangleFromRectangle() 1314 for(j = (dest_y+h-1)*client->width; j >= dest_y*client->width; j-=client->width) { \ in from_libvncclient_CopyRectangleFromRectangle() 1337 …c_reflect_got_copyrect(rfbClient *cl, int src_x, int src_y, int w, int h, int dest_x, int dest_y) { in vnc_reflect_got_copyrect() argument 1350 dy = dest_y - src_y; in vnc_reflect_got_copyrect() 1354 …c_reflect_got_copyrect: %03dx%03d+%03d+%03d %3d %3d rc=%d\n", dest_x, dest_y, w, h, dx, dy, rc); in vnc_reflect_got_copyrect() 1355 reg = sraRgnCreateRect(dest_x, dest_y, dest_x + w, dest_y + h); in vnc_reflect_got_copyrect() 1362 from_libvncclient_CopyRectangleFromRectangle(cl, src_x, src_y, w, h, dest_x, dest_y); in vnc_reflect_got_copyrect()
|
/external/kernel-headers/original/uapi/drm/ |
D | vmwgfx_drm.h | 757 int32_t dest_y; member
|
/external/libvncserver/libvncclient/ |
D | rfbproto.c | 178 …angleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y) { in CopyRectangleFromRectangle() argument 183 …uint##BPP##_t* _buffer=((uint##BPP##_t*)client->frameBuffer)+(src_y-dest_y)*client->width+src_x-de… in CopyRectangleFromRectangle() 184 if (dest_y < src_y) { \ in CopyRectangleFromRectangle() 185 for(j = dest_y*client->width; j < (dest_y+h)*client->width; j += client->width) { \ in CopyRectangleFromRectangle() 197 for(j = (dest_y+h-1)*client->width; j >= dest_y*client->width; j-=client->width) { \ in CopyRectangleFromRectangle()
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 174 …pyRectProc)(struct _rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y);
|