Searched defs:dest_y (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_image.c145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) argument
H A Dva_subpicture.c124 short dest_x, short dest_y,
121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h677 * @dest_y: Y placement coordinate for surface.
690 int32_t dest_y; member in struct:drm_vmw_present_arg
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp816 int dest_y, src_y; local
818 dest_y = result_height - m_LineIndex - 1;
819 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height / m_DestHeight;
821 dest_y = m_LineIndex;
822 src_y = (dest_y + m_ClipRect.top) * src_height / m_DestHeight;
837 m_pDest->ComposeScanline(dest_y, m_pScanline, m_pMaskScanline);
/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h744 * @dest_y: Y placement coordinate for surface.
757 int32_t dest_y; member in struct:drm_vmw_present_arg
/external/libvncserver/libvncclient/
H A Drfbproto.c178 static void CopyRectangleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y) { argument
183 uint##BPP##_t* _buffer=((uint##BPP##_t*)client->frameBuffer)+(src_y-dest_y)*client->width+src_x-dest_x; \
184 if (dest_y < src_y) { \
185 for(j = dest_y*client->width; j < (dest_y+h)*client->width; j += client->width) { \
197 for(j = (dest_y+h-1)*client->width; j >= dest_y*client->width; j-=client->width) { \
/external/libvncserver/x11vnc/
H A 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) {
285 if (!disp || !d || !x || !y || !width || !height || !plane_mask || !format || !dest_image || !dest_x || !dest_y) {}
290 if (overlay && dest_x == 0 && dest_y == 0) {
311 format, dest_image, dest_x, dest_y);
280 XGetSubImage_wr(Display *disp, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format, XImage *dest_image, int dest_x, int dest_y) argument
H A Dscreen.c1295 static void from_libvncclient_CopyRectangleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y) { argument
1300 uint##BPP##_t* _buffer=((uint##BPP##_t*)client->frameBuffer)+(src_y-dest_y)*client->width+src_x-dest_x; \
1301 if (dest_y < src_y) { \
1302 for(j = dest_y*client->width; j < (dest_y+h)*client->width; j += client->width) { \
1314 for(j = (dest_y+h-1)*client->width; j >= dest_y*client->width; j-=client->width) { \
1337 void vnc_reflect_got_copyrect(rfbClient *cl, int src_x, int src_y, int w, int h, int dest_x, int dest_y) { argument
1350 dy = dest_y - src_y;
1354 if (0) fprintf(stderr, "vnc_reflect_got_copyrect: %03dx%03d+%03d+%03d %3d %3d rc=%d\n", dest_x, dest_y,
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp910 int dest_y, src_y; local
912 dest_y = m_ResultHeight - m_LineIndex - 1;
913 src_y = (m_DestHeight - (dest_y + m_ClipTop) - 1) * src_height / m_DestHeight;
915 dest_y = m_LineIndex;
916 src_y = (dest_y + m_ClipTop) * src_height / m_DestHeight;
931 FX_LPBYTE result_scan = result_buf + dest_y * m_pBitmap->GetPitch();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 312 milliseconds