Home
last modified time | relevance | path

Searched refs:gSZWindowClass (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/sk_app/win/
DWindow_win.cpp66 static const TCHAR gSZWindowClass[] = _T("SkiaApp"); in init() local
82 wcex.lpszClassName = gSZWindowClass; in init()
112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp66 static const TCHAR gSZWindowClass[] = _T("SkiaApp"); in init() local
82 wcex.lpszClassName = gSZWindowClass; in init()
112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()