Home
last modified time | relevance | path

Searched refs:dest_y (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp159 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()
Dfx_win32_gdipext.cpp321 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/
Dva_private.h122 int dest_y,
140 short dest_y,
Dva_subpicture.c124 short dest_x, short dest_y, in vlVaAssociateSubpicture() argument
Dva_image.c145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp816 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/
Dfpdf_render_image.cpp910 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/
Dvmwgfx_drm.h690 int32_t dest_y; member
/external/libvncserver/x11vnc/
Dxwrappers.h69 int format, XImage *dest_image, int dest_x, int dest_y);
Dxwrappers.c74 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()
Dscreen.c1295 …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/
Dvmwgfx_drm.h757 int32_t dest_y; member
/external/libvncserver/libvncclient/
Drfbproto.c178 …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/
Drfbclient.h174 …pyRectProc)(struct _rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y);