Searched refs:dstY (Results 1 - 25 of 169) sorted by relevance

1234567

/xsrc/external/mit/libX11/dist/src/
H A DWarpPtr.c55 req->dstY = dest_y;
H A DCopyArea.c57 req->dstY = dst_y;
H A DCopyPlane.c58 req->dstY = dst_y;
H A DTrCoords.c59 *dst_y = cvtINT16toInt (rep.dstY);
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_2200.c62 int srcY, int dstX, int dstY,
66 int srcY, int dstX, int dstY,
297 int dstX, int dstY,
303 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) {
312 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth));
328 ((dstY+h-1) * nAcl->Pitch) + ((dstX+w-1)
339 int dstX, int dstY,
345 if ((dstY < srcY) || ((dstY
295 Neo2200SubsequentScreenToScreenCopy(ScrnInfoPtr pScrn,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
337 Neo2200SubsequentScreenToScreenCopyBroken(ScrnInfoPtr pScrn,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
[all...]
H A Dneo_2070.c96 int srcY, int dstX, int dstY,
202 int dstX, int dstY,
208 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) {
216 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth));
228 ((dstY+h-1) * nAcl->Pitch) + ((dstX+w-1) * nAcl->PixelWidth));
200 Neo2070SubsequentScreenToScreenCopy(ScrnInfoPtr pScrn,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
H A Dneo_2090.c81 int srcY, int dstX, int dstY,
238 int dstX, int dstY,
244 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) {
249 OUTREG(NEOREG_DSTSTARTOFF, (dstY<<16) | (dstX & 0xffff));
259 OUTREG(NEOREG_DSTSTARTOFF, ((dstY+h-1)<<16) | ((dstX+w-1) & 0xffff));
236 Neo2090SubsequentScreenToScreenCopy(ScrnInfoPtr pScrn,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcopyimage.c544 int dstX, int dstY, int dstZ, int dstLevel,
574 dstX, dstY, newDstZ,
583 GLint dstX, GLint dstY, GLint dstZ,
598 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
606 GLint dstX, GLint dstY, GLint dstZ,
626 dstX, dstY, dstZ,
680 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) {
710 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
734 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
742 GLint dstX, GLint dstY, GLin
538 copy_image_subdata(struct gl_context * ctx,struct gl_texture_image * srcTexImage,struct gl_renderbuffer * srcRenderbuffer,int srcX,int srcY,int srcZ,int srcLevel,struct gl_texture_image * dstTexImage,struct gl_renderbuffer * dstRenderbuffer,int dstX,int dstY,int dstZ,int dstLevel,int srcWidth,int srcHeight,int srcDepth) argument
580 _mesa_CopyImageSubData_no_error(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument
603 _mesa_CopyImageSubData(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument
739 _mesa_CopyImageSubDataNV_no_error(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument
762 _mesa_CopyImageSubDataNV(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.h183 * @param dstY destination Y coordinate
189 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
204 int dstY,
324 * @param dstY destination Y coordinate
329 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
344 int dstY,
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_exa.c52 SMI_Copy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, int width, int height);
79 int dstX, int dstY, int width, int height);
82 int dstX, int dstY, int width, int height);
290 int dstY, int width, int height)
296 DEBUG("srcX=%d srcY=%d dstX=%d dstY=%d width=%d height=%d\n",
297 srcX, srcY, dstX, dstY, width, height);
303 dstY += height - 1;
313 dstY *= 3;
328 WRITE_DPR(pSmi, 0x04, (dstX << 16) + (dstY & 0xFFFF));
676 int dstX, int dstY, in
289 SMI_Copy(PixmapPtr pDstPixmap,int srcX,int srcY,int dstX,int dstY,int width,int height) argument
675 SMI_Composite(PixmapPtr pDst,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int width,int height) argument
715 SMI730_Composite(PixmapPtr pDst,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int width,int height) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_renderer.c228 float srcX, float srcY, float dstX, float dstY,
237 add_vertex_1tex(r, dstX, dstY, tc0[0], tc0[1]);
239 add_vertex_1tex(r, dstX + width, dstY, tc1[0], tc1[1]);
241 add_vertex_1tex(r, dstX + width, dstY + height, tc2[0], tc2[1]);
243 add_vertex_1tex(r, dstX, dstY + height, tc3[0], tc3[1]);
249 float dstX, float dstY, float width, float height,
263 add_vertex_2tex(r, dstX, dstY,
266 add_vertex_2tex(r, dstX + width, dstY,
269 add_vertex_2tex(r, dstX + width, dstY + height,
272 add_vertex_2tex(r, dstX, dstY
227 add_vertex_data1(struct xa_context * r,float srcX,float srcY,float dstX,float dstY,float width,float height,const struct pipe_resource * src,const float * src_matrix) argument
247 add_vertex_data2(struct xa_context * r,float srcX,float srcY,float maskX,float maskY,float dstX,float dstY,float width,float height,struct pipe_resource * src,struct pipe_resource * mask,const float * src_matrix,const float * mask_matrix) argument
277 setup_vertex_data_yuv(struct xa_context * r,float srcX,float srcY,float srcW,float srcH,float dstX,float dstY,float dstW,float dstH,struct xa_surface * srf[]) argument
[all...]
H A Dxa_composite.c548 int dstX, int dstY, int width, int height)
551 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height);
552 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height);
555 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY};
559 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height);
546 xa_composite_rect(struct xa_context * ctx,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int width,int height) argument
H A Dxa_composite.h152 int dstX, int dstY, int width, int height);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_renderer.c232 float srcX, float srcY, float dstX, float dstY,
241 add_vertex_1tex(r, dstX, dstY, tc0[0], tc0[1]);
243 add_vertex_1tex(r, dstX + width, dstY, tc1[0], tc1[1]);
245 add_vertex_1tex(r, dstX + width, dstY + height, tc2[0], tc2[1]);
247 add_vertex_1tex(r, dstX, dstY + height, tc3[0], tc3[1]);
253 float dstX, float dstY, float width, float height,
267 add_vertex_2tex(r, dstX, dstY,
270 add_vertex_2tex(r, dstX + width, dstY,
273 add_vertex_2tex(r, dstX + width, dstY + height,
276 add_vertex_2tex(r, dstX, dstY
231 add_vertex_data1(struct xa_context * r,float srcX,float srcY,float dstX,float dstY,float width,float height,const struct pipe_resource * src,const float * src_matrix) argument
251 add_vertex_data2(struct xa_context * r,float srcX,float srcY,float maskX,float maskY,float dstX,float dstY,float width,float height,struct pipe_resource * src,struct pipe_resource * mask,const float * src_matrix,const float * mask_matrix) argument
281 setup_vertex_data_yuv(struct xa_context * r,float srcX,float srcY,float srcW,float srcH,float dstX,float dstY,float dstW,float dstH,struct xa_surface * srf[]) argument
[all...]
H A Dxa_composite.c548 int dstX, int dstY, int width, int height)
551 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height);
552 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height);
555 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY};
559 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height);
546 xa_composite_rect(struct xa_context * ctx,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int width,int height) argument
H A Dxa_composite.h152 int dstX, int dstY, int width, int height);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_exa.c139 int srcX, int srcY, int dstX, int dstY, int w, int h)
151 dstY += dstoff / pitch;
157 Permedia2LoadCoord(pScrn, dstX, dstY, w, h);
158 GLINT_WRITE_REG(((srcY - dstY) & 0x0FFF) << 16 |
164 Permedia2LoadCoord(pScrn, dstX >> pGlint->BppShift, dstY,
472 int dstX, int dstY,
507 Permedia2LoadCoord(pScrn, dstX, dstY, width, height);
521 int dstX, int dstY,
536 Permedia2LoadCoord(pScrn, dstX, dstY, width, height);
550 int dstX, int dstY,
138 Pm2Copy(PixmapPtr pDstPixmap,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
471 Pm2Comp_Over32Solid(ScrnInfoPtr pScrn,int maskX,int maskY,int dstX,int dstY,int width,int height) argument
520 Pm2Comp_Op32(ScrnInfoPtr pScrn,int op,int srcX,int srcY,int dstX,int dstY,int width,int height) argument
548 Pm2Composite(PixmapPtr pDst,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int width,int height) argument
[all...]
H A Dpm3_exa.c128 int srcX, int srcY, int dstX, int dstY, int w, int h)
138 GLINT_WRITE_REG(((dstY & 0x0fff) << 16) | (dstX & 0x0fff), ScissorMinXY);
139 GLINT_WRITE_REG((((dstY + h) & 0x0fff) << 16) | ((dstX + w) & 0x0fff), ScissorMaxXY);
142 PM3RectanglePosition_YOffset(dstY),
146 PM3FBSourceReadBufferOffset_YOffset(srcY - dstY),
127 Pm3Copy(PixmapPtr pDstPixmap,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcopyimage.c539 int dstX, int dstY, int dstZ, int dstLevel,
569 dstX, dstY, newDstZ,
578 GLint dstX, GLint dstY, GLint dstZ,
593 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
601 GLint dstX, GLint dstY, GLint dstZ,
621 dstX, dstY, dstZ,
675 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) {
705 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
729 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
533 copy_image_subdata(struct gl_context * ctx,struct gl_texture_image * srcTexImage,struct gl_renderbuffer * srcRenderbuffer,int srcX,int srcY,int srcZ,int srcLevel,struct gl_texture_image * dstTexImage,struct gl_renderbuffer * dstRenderbuffer,int dstX,int dstY,int dstZ,int dstLevel,int srcWidth,int srcHeight,int srcDepth) argument
575 _mesa_CopyImageSubData_no_error(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument
598 _mesa_CopyImageSubData(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di915_render.c391 int dstX, int dstY,
395 OUT_VERTEX(dstY + h);
400 OUT_VERTEX(dstY + h);
405 OUT_VERTEX(dstY);
414 int dstX, int dstY,
438 OUT_VERTEX(dstY + h);
443 OUT_VERTEX(dstY + h);
448 OUT_VERTEX(dstY);
457 int dstX, int dstY,
461 OUT_VERTEX(dstY
388 i915_emit_composite_primitive_identity_source(intel_screen_private * intel,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
411 i915_emit_composite_primitive_affine_source(intel_screen_private * intel,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
454 i915_emit_composite_primitive_identity_source_mask(intel_screen_private * intel,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
483 i915_emit_composite_primitive(intel_screen_private * intel,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
938 i915_composite(PixmapPtr dest,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
[all...]
H A Duxa.h202 * @param dstY destination Y coordinate
208 * source pixmap to the same-sized rectangle at (dstX, dstY) in the
222 int srcY, int dstX, int dstY, int width, int height);
369 * @param dstY destination Y coordinate
374 * prepare_composite() call, to the rectangle from (dstX, dstY) to
375 * (dstX + width, dstY + height) in the destination Pixmap. Note that
389 int dstX, int dstY, int width, int height);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di915_render.c391 int dstX, int dstY,
395 OUT_VERTEX(dstY + h);
400 OUT_VERTEX(dstY + h);
405 OUT_VERTEX(dstY);
414 int dstX, int dstY,
438 OUT_VERTEX(dstY + h);
443 OUT_VERTEX(dstY + h);
448 OUT_VERTEX(dstY);
457 int dstX, int dstY,
461 OUT_VERTEX(dstY
388 i915_emit_composite_primitive_identity_source(intel_screen_private * intel,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
411 i915_emit_composite_primitive_affine_source(intel_screen_private * intel,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
454 i915_emit_composite_primitive_identity_source_mask(intel_screen_private * intel,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
483 i915_emit_composite_primitive(intel_screen_private * intel,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
938 i915_composite(PixmapPtr dest,int srcX,int srcY,int maskX,int maskY,int dstX,int dstY,int w,int h) argument
[all...]
H A Duxa.h202 * @param dstY destination Y coordinate
208 * source pixmap to the same-sized rectangle at (dstX, dstY) in the
222 int srcY, int dstX, int dstY, int width, int height);
369 * @param dstY destination Y coordinate
374 * prepare_composite() call, to the rectangle from (dstX, dstY) to
375 * (dstX + width, dstY + height) in the destination Pixmap. Note that
389 int dstX, int dstY, int width, int height);
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.h202 * @param dstY destination Y coordinate
208 * source pixmap to the same-sized rectangle at (dstX, dstY) in the
222 int srcY, int dstX, int dstY, int width, int height);
369 * @param dstY destination Y coordinate
374 * prepare_composite() call, to the rectangle from (dstX, dstY) to
375 * (dstX + width, dstY + height) in the destination Pixmap. Note that
389 int dstX, int dstY, int width, int height);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c441 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME
443 dstY = pBox->y1 + dstyoff;
462 VTX_OUT_6((float)dstX, (float)(dstY + dsth),
465 VTX_OUT_6((float)(dstX + dstw), (float)(dstY + dsth),
468 VTX_OUT_6((float)(dstX + dstw), (float)dstY,
475 VTX_OUT_4((float)dstX, (float)(dstY + dsth),
477 VTX_OUT_4((float)(dstX + dstw), (float)(dstY + dsth),
479 VTX_OUT_4((float)(dstX + dstw), (float)dstY,
497 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME
499 dstY
1074 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME
1128 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME
2503 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME
4134 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME
[all...]

Completed in 46 milliseconds

1234567