Home
last modified time | relevance | path

Searched refs:srcx (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dextend.c107 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()
Dextend.h22 int srcy, int srcx,
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_yuv.c86 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()
DSDL_surface.c448 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/
Dxf86dga.h216 int srcx,
228 int srcx,
Dxf86dgastr.h201 CARD16 srcx B16;
215 CARD16 srcx B16;
/external/quake/quake/src/QW/client/
Ddraw.h29 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height);
Ddraw.c395 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()
Dsbar.c244 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()
Dgl_draw.c683 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/
DXF86DGA2.c543 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/
DSDL_dgavideo.c868 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()