Searched refs:SCREEN_WIDTH (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testjoystick.c | 28 #define SCREEN_WIDTH 320 macro 31 #define SCREEN_WIDTH 640 macro 126 x *= SCREEN_WIDTH; in loop() 130 } else if (x > (SCREEN_WIDTH - 16)) { in loop() 131 x = SCREEN_WIDTH - 16; in loop() 153 int x = SCREEN_WIDTH/2; in loop() 166 x = SCREEN_WIDTH-8; in loop() 197 SDL_WINDOWPOS_CENTERED, SCREEN_WIDTH, in WatchJoystick()
|
D | testgamecontroller.c | 28 #define SCREEN_WIDTH 480 macro 31 #define SCREEN_WIDTH 512 macro 182 SDL_WINDOWPOS_CENTERED, SCREEN_WIDTH, in WatchGameController() 204 SDL_RenderSetLogicalSize(screen, SCREEN_WIDTH, SCREEN_HEIGHT); in WatchGameController()
|
D | controllermap.c | 25 #define SCREEN_WIDTH 320 macro 28 #define SCREEN_WIDTH 512 macro 138 SDL_WINDOWPOS_CENTERED, SCREEN_WIDTH, in WatchJoystick() 158 SDL_RenderSetLogicalSize(screen, SCREEN_WIDTH, SCREEN_HEIGHT); in WatchJoystick()
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Template/SDL iOS Application/ |
D | main.c | 10 #define SCREEN_WIDTH 320 macro 33 rect.x = randomInt(0, SCREEN_WIDTH); in render() 69 SDL_CreateWindow(NULL, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, in main()
|
/third_party/gptfdisk/ |
D | parttypes.cc | 26 #define SCREEN_WIDTH 80 macro 28 #define DESC_LENGTH (SCREEN_WIDTH - (6 * NUM_COLUMNS)) / NUM_COLUMNS
|