OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentViewPort
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv.c
128
overlay->hwdata->
CurrentViewPort
.pos.x = 0;
129
overlay->hwdata->
CurrentViewPort
.pos.y = 0;
130
overlay->hwdata->
CurrentViewPort
.size.w = width;
131
overlay->hwdata->
CurrentViewPort
.size.h = height;
182
PhAreaToRect(&overlay->hwdata->
CurrentViewPort
, &overlay->hwdata->props.viewport);
364
/* If
CurrentViewPort
position/size has been changed, then move/resize the viewport */
365
if ((overlay->hwdata->
CurrentViewPort
.pos.x != dst->x) ||
366
(overlay->hwdata->
CurrentViewPort
.pos.y != dst->y) ||
367
(overlay->hwdata->
CurrentViewPort
.size.w != dst->w) ||
368
(overlay->hwdata->
CurrentViewPort
.size.h != dst->h) |
[
all
...]
SDL_phyuv_c.h
40
PhArea_t
CurrentViewPort
;
SDL_ph_events.c
255
dst.x=current_overlay->hwdata->
CurrentViewPort
.pos.x;
256
dst.y=current_overlay->hwdata->
CurrentViewPort
.pos.y;
257
dst.w=current_overlay->hwdata->
CurrentViewPort
.size.w;
258
dst.h=current_overlay->hwdata->
CurrentViewPort
.size.h;
320
dst.x=current_overlay->hwdata->
CurrentViewPort
.pos.x;
321
dst.y=current_overlay->hwdata->
CurrentViewPort
.pos.y;
322
dst.w=current_overlay->hwdata->
CurrentViewPort
.size.w;
323
dst.h=current_overlay->hwdata->
CurrentViewPort
.size.h;
Completed in 167 milliseconds