Home
last modified time | relevance | path

Searched refs:Android_ScreenWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidvideo.c65 int Android_ScreenWidth = 0; variable
171 mode.w = Android_ScreenWidth; in Android_VideoInit()
200 Android_ScreenWidth = width; in Android_SetScreenResolution()
216 display->desktop_mode.w = Android_ScreenWidth; in Android_SetScreenResolution()
DSDL_androidvideo.h40 extern int Android_ScreenWidth;
DSDL_androidwindow.c48 window->w = Android_ScreenWidth; in Android_CreateWindow()