Searched refs:dst_rect (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
H A Dmsm_mdp.h77 struct mdp_rect dst_rect; member in struct:mdp_blit_req
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.c1200 short icon_rect[4], dst_rect[4]; local
1217 dst_rect[0] = rect[0]-wind_pxy[0];
1218 dst_rect[1] = rect[1]-wind_pxy[1];
1219 dst_rect[2] = rect[2]-rect[0]+1;
1220 dst_rect[3] = rect[3]-rect[1]+1;
1223 if (!rc_intersect((GRECT *)icon_rect, (GRECT *)dst_rect)) {
1229 surface->w-1,surface->h-1, dst_rect[0],dst_rect[1],dst_rect[2],dst_rect[
[all...]
/external/qemu/android/skin/
H A Dsurface.c290 SkinRect* dst_rect,
293 int x = dst_rect->pos.x;
294 int y = dst_rect->pos.y;
295 int w = dst_rect->size.w;
296 int h = dst_rect->size.h;
288 skin_blit_init_fill( SkinBlit* blit, SkinSurface* dst, SkinRect* dst_rect, uint32_t color ) argument
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c1149 Rect src_rect, dst_rect; local
1158 SetRect (&dst_rect, dstrect->x, dstrect->y, dstrect->x + dstrect->w, dstrect->y + dstrect->h);
1176 &src_rect, &src_rect, &dst_rect,
1198 &src_rect, &dst_rect, mode, NULL );
1204 &src_rect, &dst_rect, srcCopy, NULL );

Completed in 705 milliseconds