/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 107 int srcy, int srcx, in vp8_copy_and_extend_frame_with_rect() argument 114 int src_y_offset = srcy * src->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() 115 int dst_y_offset = srcy * dst->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() 116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 122 if (srcx) in vp8_copy_and_extend_frame_with_rect() 126 if (srcx + srcw != src->y_width) in vp8_copy_and_extend_frame_with_rect()
|
D | extend.h | 22 int srcy, int srcx,
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_yuv.c | 86 int srcx, srcy, srcw, srch; in SDL_DisplayYUVOverlay() local 95 srcx = 0; in SDL_DisplayYUVOverlay() 106 srcx -= (dstx * overlay->w) / dstrect->w; in SDL_DisplayYUVOverlay() 130 src.x = srcx; in SDL_DisplayYUVOverlay()
|
D | SDL_surface.c | 448 int srcx, srcy, w, h; in SDL_UpperBlit() local 470 srcx = srcrect->x; in SDL_UpperBlit() 472 if(srcx < 0) { in SDL_UpperBlit() 473 w += srcx; in SDL_UpperBlit() 474 dstrect->x -= srcx; in SDL_UpperBlit() 475 srcx = 0; in SDL_UpperBlit() 477 maxw = src->w - srcx; in SDL_UpperBlit() 493 srcx = srcy = 0; in SDL_UpperBlit() 507 srcx += dx; in SDL_UpperBlit() 526 sr.x = srcx; in SDL_UpperBlit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
D | xf86dga.h | 216 int srcx, 228 int srcx,
|
D | xf86dgastr.h | 201 CARD16 srcx B16; 215 CARD16 srcx B16;
|
/external/quake/quake/src/QW/client/ |
D | draw.h | 29 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height);
|
D | draw.c | 395 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) in Draw_SubPic() argument 409 source = pic->data + srcy * pic->width + srcx; in Draw_SubPic() 429 for (u=srcx ; u<(srcx+width) ; u++) in Draw_SubPic()
|
D | sbar.c | 244 void Sbar_DrawSubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) in Sbar_DrawSubPic() argument 246 Draw_SubPic (x, y+(vid.height-SBAR_HEIGHT), pic, srcx, srcy, width, height); in Sbar_DrawSubPic()
|
D | gl_draw.c | 683 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) in Draw_SubPic() argument 696 newsl = gl->sl + (srcx*oldglwidth)/pic->width; in Draw_SubPic()
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
D | XF86DGA2.c | 543 int srcx, in SDL_NAME() 560 req->srcx = srcx; in SDL_NAME() 573 int srcx, in SDL_NAME() 591 req->srcx = srcx; in SDL_NAME()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
D | SDL_dgavideo.c | 868 int srcx, srcy; in HWAccelBlit() local 880 DGA_dst_to_xy(this, src, &srcx, &srcy); in HWAccelBlit() 881 srcx += srcrect->x; in HWAccelBlit() 889 printf("Blitting %dx%d from %d,%d to %d,%d\n", w, h, srcx, srcy, dstx, dsty); in HWAccelBlit() 893 srcx, srcy, w, h, dstx, dsty, src->format->colorkey); in HWAccelBlit() 896 srcx, srcy, w, h, dstx, dsty); in HWAccelBlit()
|