Home
last modified time | relevance | path

Searched defs:initWindow (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tools/sk_app/ios/
DWindow_ios.cpp28 bool Window_ios::initWindow() { in initWindow() function in sk_app::Window_ios
/third_party/flutter/skia/tools/sk_app/unix/
DWindow_unix.cpp50 bool Window_unix::initWindow(Display* display) { in initWindow() function in sk_app::Window_unix
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp51 bool Window_unix::initWindow(Display* display) { in initWindow() function in sk_app::Window_unix
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgesture.c160 SDL_Window* initWindow(SDL_Window *window, int width,int height) in initWindow() function