OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c2ssize
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h
53
DFBRectangle
c2ssize
; /* Real screen size */
member in struct:SDL_PrivateVideoData
SDL_DirectFB_video.c
707
/* no stretching if
c2ssize
== c2framesize */
708
HIDDEN->
c2ssize
.x = 0, HIDDEN->
c2ssize
.y = 0;
709
HIDDEN->
c2ssize
.w = width;
710
HIDDEN->
c2ssize
.h = height;
946
HIDDEN->c2frame->StretchBlit(HIDDEN->c2frame, surface->hwdata->surface, &HIDDEN->
c2ssize
, &HIDDEN->c2dsize);
988
HIDDEN->c2frame->StretchBlit(HIDDEN->c2frame, this->screen->hwdata->surface, &HIDDEN->
c2ssize
, &HIDDEN->c2dsize);
1043
HIDDEN->c2frame->StretchBlit(HIDDEN->c2frame, surface, &HIDDEN->
c2ssize
, &HIDDEN->c2dsize);
Completed in 249 milliseconds