| /xsrc/external/mit/libX11/dist/src/ |
| H A D | WarpPtr.c | 42 int dest_y) 55 req->dstY = dest_y; 33 XWarpPointer(register Display * dpy,Window src_win,Window dest_win,int src_x,int src_y,unsigned int src_width,unsigned int src_height,int dest_x,int dest_y) argument
|
| H A D | GetImage.c | 144 int dest_y) 151 _XSetImage(temp_image, dest_image, dest_x, dest_y); 133 XGetSubImage(register Display * dpy,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
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_tiling.c | 107 for (int y = box->y, dest_y = 0; dest_y < box->height; ++y, ++dest_y) { local in function:lima_load_tiled_image_bpp4 111 int dest_start = dest_y * dst_stride; 133 for (int y = box->y, dest_y = 0; dest_y < box->height; ++y, ++dest_y) { local in function:lima_load_tiled_image_generic 137 int dest_start = dest_y * dst_stride;
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | neg-stride-test.c | 31 int dest_y; member in struct:__anona3d953740208 79 info->dest_x, info->dest_y,
|
| H A D | oob-test.c | 24 int dest_y; member in struct:__anonea52e3220208 86 info->dest_x, info->dest_y,
|
| H A D | glyph-test.c | 272 int dest_y = prng_rand_n (64) - 32; local in function:test_glyphs 283 dest_x, dest_y, 293 int dest_y = prng_rand_n (64) - 32; local in function:test_glyphs 298 dest_x, dest_y,
|
| H A D | affine-bench.c | 186 info->dest_x, info->dest_y, 197 info->dest_x, info->dest_y, 226 info.dest_y = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_blt.h | 78 uint16_t dest_y; member in struct:blt_imgcopy_op
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_blt.h | 77 uint16_t dest_y; member in struct:blt_imgcopy_op
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman.c | 252 int32_t dest_y, 258 region->extents.y1 = dest_y; 259 region->extents.y2 = dest_y + height; 311 if (!clip_source_image (region, src_image, dest_x - src_x, dest_y - src_y)) 318 dest_y - (src_y - src_image->common.alpha_origin_y))) 326 if (!clip_source_image (region, mask_image, dest_x - mask_x, dest_y - mask_y)) 333 dest_y - (mask_y - mask_image->common.alpha_origin_y))) 587 int32_t dest_y, 639 src_x, src_y, mask_x, mask_y, dest_x, dest_y, width, height)) 647 extents.y1 -= dest_y 243 _pixman_compute_composite_region32(pixman_region32_t * region,pixman_image_t * src_image,pixman_image_t * mask_image,pixman_image_t * dest_image,int32_t src_x,int32_t src_y,int32_t mask_x,int32_t mask_y,int32_t dest_x,int32_t dest_y,int32_t width,int32_t height) argument 578 pixman_image_composite32(pixman_op_t op,pixman_image_t * src,pixman_image_t * mask,pixman_image_t * dest,int32_t src_x,int32_t src_y,int32_t mask_x,int32_t mask_y,int32_t dest_x,int32_t dest_y,int32_t width,int32_t height) argument 725 pixman_image_composite(pixman_op_t op,pixman_image_t * src,pixman_image_t * mask,pixman_image_t * dest,int16_t src_x,int16_t src_y,int16_t mask_x,int16_t mask_y,int16_t dest_x,int16_t dest_y,uint16_t width,uint16_t height) argument 743 pixman_image_composite64f(pixman_op_t op,pixman_image_t * src,pixman_image_t * mask,pixman_image_t * dest,double src_x,double src_y,double mask_x,double mask_y,double dest_x,double dest_y,double width,double height) argument 761 pixman_blt(uint32_t * src_bits,uint32_t * dst_bits,int src_stride,int dst_stride,int src_bpp,int dst_bpp,int src_x,int src_y,int dest_x,int dest_y,int width,int height) argument 1136 pixman_compute_composite_region(pixman_region16_t * region,pixman_image_t * src_image,pixman_image_t * mask_image,pixman_image_t * dest_image,int16_t src_x,int16_t src_y,int16_t mask_x,int16_t mask_y,int16_t dest_x,int16_t dest_y,uint16_t width,uint16_t height) argument [all...] |
| H A D | pixman-glyph.c | 405 int32_t dest_y, 430 src_x - dest_x, src_y - dest_y, 0, 0, 0, 0, 453 glyph_box.y1 = dest_y + glyphs[i].y - glyph->origin_y; 480 info.src_y = src_y + composite_box.y1 - dest_y; 482 info.mask_y = composite_box.y1 - (dest_y + glyphs[i].y - glyph->origin_y); 484 info.dest_y = composite_box.y1; 606 info.dest_y = composite_box.y1; 626 * image are both aligned with (dest_x, dest_y) in the destination image. Then 629 * (dest_x, dest_y, dst_x + width, dst_y + height) 650 int32_t dest_y, 399 pixman_composite_glyphs_no_mask(pixman_op_t op,pixman_image_t * src,pixman_image_t * dest,int32_t src_x,int32_t src_y,int32_t dest_x,int32_t dest_y,pixman_glyph_cache_t * cache,int n_glyphs,const pixman_glyph_t * glyphs) argument 641 pixman_composite_glyphs(pixman_op_t op,pixman_image_t * src,pixman_image_t * dest,pixman_format_code_t mask_format,int32_t src_x,int32_t src_y,int32_t mask_x,int32_t mask_y,int32_t dest_x,int32_t dest_y,int32_t width,int32_t height,pixman_glyph_cache_t * cache,int n_glyphs,const pixman_glyph_t * glyphs) argument [all...] |
| H A D | pixman-mips-dspr2.h | 71 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 112 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 151 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 193 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 230 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
|
| H A D | pixman-arm-simd.c | 150 int dest_y, 163 dest_y * dst_stride * 4 + dest_x * 1), dst_stride * 4, 171 dest_y * dst_stride * 4 + dest_x * 2), dst_stride * 2, 179 dest_y * dst_stride * 4 + dest_x * 4), dst_stride, 140 arm_simd_blt(pixman_implementation_t * imp,uint32_t * src_bits,uint32_t * dst_bits,int src_stride,int dst_stride,int src_bpp,int dst_bpp,int src_x,int src_y,int dest_x,int dest_y,int width,int height) argument
|
| H A D | pixman-arm-common.h | 75 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 107 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 144 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 183 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 218 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
|
| H A D | pixman-mmx.c | 1385 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1451 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); 1530 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1619 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1688 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1813 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 1859 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); 1964 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 2213 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); 2280 dest_x, dest_y, widt 3237 mmx_blt(pixman_implementation_t * imp,uint32_t * src_bits,uint32_t * dst_bits,int src_stride,int dst_stride,int src_bpp,int dst_bpp,int src_x,int src_y,int dest_x,int dest_y,int width,int height) argument [all...] |
| H A D | pixman-fast-path.c | 122 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 175 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1); 240 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1); 281 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 328 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 375 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1); 432 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 3); 487 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); 546 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1); 603 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_ [all...] |
| H A D | pixman-implementation.c | 243 int dest_y, 251 src_bpp, dst_bpp, src_x, src_y, dest_x, dest_y, 233 _pixman_implementation_blt(pixman_implementation_t * imp,uint32_t * src_bits,uint32_t * dst_bits,int src_stride,int dst_stride,int src_bpp,int dst_bpp,int src_x,int src_y,int dest_x,int dest_y,int width,int height) argument
|
| H A D | pixman-private.h | 450 int32_t dest_y; member in struct:__anon0c1deedc0408 469 MAYBE_UNUSED int32_t dest_y = info->dest_y; \ 499 int dest_y, 581 int dest_y, 701 int32_t dest_y,
|
| /xsrc/external/mit/libXv/dist/include/X11/extensions/ |
| H A D | Xvlib.h | 347 int dest_y, 363 int dest_y,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | subpicture.c | 173 unsigned short src_height, short dest_x, short dest_y, 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; 170 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
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | subpicture.c | 173 unsigned short src_height, short dest_x, short dest_y, 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; 170 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
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_drm.h | 724 * @dest_y: Y placement coordinate for surface. 737 int32_t dest_y; member in struct:drm_vmw_present_arg
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | xcb_image.h | 497 * @param dest_y The y coordinate, which is relative to the origin of the 529 int16_t dest_y,
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | i915_xvmc.c | 401 buffer_info->dest_y.dw0.type = CMD_3D; 402 buffer_info->dest_y.dw0.opcode = OPC_3DSTATE_BUFFER_INFO; 403 buffer_info->dest_y.dw0.length = 1; 404 buffer_info->dest_y.dw1.aux_id = 0; 405 buffer_info->dest_y.dw1.buffer_id = BUFFERID_COLOR_BACK; 406 buffer_info->dest_y.dw1.fence_regs = 0; /* disabled *//* FIXME: tiled y for performance */ 407 buffer_info->dest_y.dw1.tiled_surface = 0; /* linear */ 408 buffer_info->dest_y.dw1.walk = TILEWALK_XMAJOR; 409 buffer_info->dest_y.dw1.pitch = (pI915XvMC->yStride >> 2); /* in DWords */ 410 buffer_info->dest_y [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | i915_xvmc.c | 401 buffer_info->dest_y.dw0.type = CMD_3D; 402 buffer_info->dest_y.dw0.opcode = OPC_3DSTATE_BUFFER_INFO; 403 buffer_info->dest_y.dw0.length = 1; 404 buffer_info->dest_y.dw1.aux_id = 0; 405 buffer_info->dest_y.dw1.buffer_id = BUFFERID_COLOR_BACK; 406 buffer_info->dest_y.dw1.fence_regs = 0; /* disabled *//* FIXME: tiled y for performance */ 407 buffer_info->dest_y.dw1.tiled_surface = 0; /* linear */ 408 buffer_info->dest_y.dw1.walk = TILEWALK_XMAJOR; 409 buffer_info->dest_y.dw1.pitch = (pI915XvMC->yStride >> 2); /* in DWords */ 410 buffer_info->dest_y [all...] |