HomeSort by relevance Sort by last modified time
    Searched defs:srcrect (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c 254 RECT srcrect, dstrect; local
257 srcrect.top = src->y;
258 srcrect.bottom = srcrect.top+src->h;
259 srcrect.left = src->x;
260 srcrect.right = srcrect.left+src->w;
266 result = IDirectDrawSurface3_UpdateOverlay(surface, &srcrect,
273 result = IDirectDrawSurface3_Blt(SDL_primary, &dstrect, surface, &srcrect,
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 342 struct bvrect *srcrect = is_src2 ? &e->bp.src2rect : &e->bp.src1rect; local
360 srcrect->left = res_rect.left;
361 srcrect->top = res_rect.top;
362 srcrect->width = WIDTH(res_rect);
363 srcrect->height = HEIGHT(res_rect);
    [all...]

Completed in 49 milliseconds