Searched defs:screen (Results 1 - 25 of 204) sorted by relevance

123456789

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
H A DXEVI.h33 int screen; member in struct:__anon2084
H A DEVIproto.h39 INT8 screen; member in struct:_xExtendedVisualInfo
H A DXInput.h215 Bool same_screen; /* same screen flag */
247 Bool same_screen; /* same screen flag */
280 Bool same_screen; /* same screen flag */
725 int screen; member in struct:__anon2179
H A DXIproto.h1321 CARD32 screen B32;
1403 INT32 screen; member in struct:__anon2302
H A DXKBstr.h253 XkbSwitchScreenAction screen; member in union:_XkbAction
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
H A DXEVI.h31 int screen; member in struct:__anon3950
H A DEVIproto.h39 INT8 screen; member in struct:_xExtendedVisualInfo
H A DXInput.h215 Bool same_screen; /* same screen flag */
247 Bool same_screen; /* same screen flag */
280 Bool same_screen; /* same screen flag */
725 int screen; member in struct:__anon4042
H A DXIproto.h1321 CARD32 screen B32;
1403 INT32 screen; member in struct:__anon4163
H A DXKBstr.h253 XkbSwitchScreenAction screen; member in union:_XkbAction
/prebuilts/misc/windows/sdl2/test/
H A Dtestjoystick.c43 SDL_Renderer *screen = NULL; local
59 screen = SDL_CreateRenderer(window, -1, 0);
60 if (screen == NULL) {
66 SDL_SetRenderDrawColor(screen, 0x00, 0x00, 0x00, SDL_ALPHA_OPAQUE);
67 SDL_RenderClear(screen);
68 SDL_RenderPresent(screen);
81 /* blank screen, set up for drawing this frame. */
82 SDL_SetRenderDrawColor(screen, 0x00, 0x00, 0x00, SDL_ALPHA_OPAQUE);
83 SDL_RenderClear(screen);
136 SDL_SetRenderDrawColor(screen,
[all...]
H A Dcontrollermap.c103 SDL_Renderer *screen = NULL; local
148 screen = SDL_CreateRenderer(window, -1, 0);
149 if (screen == NULL) {
155 background = LoadTexture(screen, "controllermap.bmp", SDL_FALSE);
156 button = LoadTexture(screen, "button.bmp", SDL_TRUE);
157 axis = LoadTexture(screen, "axis.bmp", SDL_TRUE);
161 SDL_RenderSetLogicalSize(screen, SCREEN_WIDTH, SCREEN_HEIGHT);
176 To skip a button, press SPACE or click/touch the screen\n\
187 /* blank screen, set up for drawing this frame. */
212 SDL_SetRenderDrawColor(screen,
[all...]
H A Dtestgamecontroller.c142 SDL_Renderer *screen = NULL; local
161 screen = SDL_CreateRenderer(window, -1, 0);
162 if (screen == NULL) {
168 SDL_SetRenderDrawColor(screen, 0x00, 0x00, 0x00, SDL_ALPHA_OPAQUE);
169 SDL_RenderClear(screen);
170 SDL_RenderPresent(screen);
174 SDL_RenderSetLogicalSize(screen, SCREEN_WIDTH, SCREEN_HEIGHT);
176 background = LoadTexture(screen, "controllermap.bmp", SDL_FALSE);
177 button = LoadTexture(screen, "button.bmp", SDL_TRUE);
178 axis = LoadTexture(screen, "axi
[all...]
H A Dtestgesture.c88 void setpix(SDL_Surface *screen, float _x, float _y, unsigned int col) argument
97 if(x < 0 || x >= screen->w) return;
98 if(y < 0 || y >= screen->h) return;
100 pixmem32 = (Uint32*) screen->pixels + y*screen->pitch/BPP + x;
102 SDL_memcpy(&colour,pixmem32,screen->format->BytesPerPixel);
104 SDL_GetRGB(colour,screen->format,&r,&g,&b);
112 colour = SDL_MapRGB( screen->format,r, g, b);
118 void drawLine(SDL_Surface *screen,float x0,float y0,float x1,float y1,unsigned int col) { argument
121 setpix(screen,x
124 drawCircle(SDL_Surface* screen,float x,float y,float r,unsigned int c) argument
142 drawKnob(SDL_Surface* screen,Knob k) argument
148 DrawScreen(SDL_Surface* screen) argument
205 SDL_Surface *screen; local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
H A DXutil.h284 int screen; member in struct:__anon2081
538 int /* screen */,
H A DXlib.h133 /* macros for screen oriented applications (toolkit) */
242 int c_class; /* C++ class of screen (monochrome, etc.) */
244 int class; /* class of screen (monochrome, etc.) */
261 * Information about the screen. The contents of this structure are
272 int width, height; /* width and height of screen */
275 Depth *depths; /* list of allowable depths on the screen */
289 * Format structure; describes ZFormat data the screen will understand.
325 Window root; /* root of screen containing window */
344 Screen *screen; /* back pointer to correct screen */ member in struct:__anon1813
1091 Screen *screen; member in union:__anon1866
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
H A DXutil.h282 int screen; member in struct:__anon3947
536 int /* screen */,
H A DXlib.h130 /* macros for screen oriented applications (toolkit) */
239 int c_class; /* C++ class of screen (monochrome, etc.) */
241 int class; /* class of screen (monochrome, etc.) */
258 * Information about the screen. The contents of this structure are
269 int width, height; /* width and height of screen */
272 Depth *depths; /* list of allowable depths on the screen */
286 * Format structure; describes ZFormat data the screen will understand.
322 Window root; /* root of screen containing window */
341 Screen *screen; /* back pointer to correct screen */ member in struct:__anon3679
1088 Screen *screen; member in union:__anon3732
[all...]
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
H A Dsdk-common-22.2.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
H A Dsdk-common-22.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
H A Dsdk-common-22.4.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
H A Dsdk-common-22.5.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.1/
H A Dsdk-common-22.5.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.3/
H A Dsdk-common-22.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.0/
H A Dsdk-common-22.7.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...

Completed in 619 milliseconds

123456789