Home
last modified time | relevance | path

Searched refs:HBRUSH (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/glx/windows/
Dwindowsgl.c88 wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in windows_create_context()
149 wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in windows_create_context_attribs()
302 wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in windows_call_with_context()
/third_party/lzma/CPP/Windows/Control/
DWindow2.cpp64 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in CreateEx()
111 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in CreateEx()
/third_party/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c94 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1); in graw_create_window_and_screen()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DWindow.cpp54 windowClass.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH); in Window()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.h60 HBRUSH background_brush);
Dosr_window_win.h83 static void RegisterOsrClass(HINSTANCE hInstance, HBRUSH background_brush);
Dosr_window_win.cc283 const HBRUSH background_brush = CreateSolidBrush( in Create()
359 HBRUSH background_brush) { in RegisterOsrClass()
Droot_window_win.cc329 const HBRUSH background_brush = CreateSolidBrush( in CreateRootWindow()
394 HBRUSH background_brush) { in RegisterRootClass()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c172 wc.hbrBackground = (HBRUSH) (COLOR_BTNFACE + 1); in wglCreatePbufferARB()
/third_party/python/Lib/ctypes/
Dwintypes.py64 HBRUSH = HANDLE variable
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dclayout.c92 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
Dlayout.cpp91 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
/third_party/icu/icu4c/source/samples/layout/
Dlayout.cpp91 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
Dclayout.c93 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc157 CS_DBLCLKS, 0, 0, NULL, reinterpret_cast<HBRUSH>(COLOR_WINDOW + 1), in RegisterClass()
249 HBRUSH hbr = CreateSolidBrush(GetBkColor(dc)); in OnDrawItem()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp80 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in init()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c554 wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH); in rpng_win_create_window()
Drpng2-win.c766 wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH);
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1732 HBRUSH bgBrush; in CreateMainWindow()
1744 bgBrush = (HBRUSH)(COLOR_WINDOW+1); in CreateMainWindow()
1972 HBRUSH brush = nullptr; in WndProc()
2026 void RemapColor(COLORREF *fg, COLORREF *bg, HBRUSH *bgBrush) { in RemapColor()
2038 BOOL SetControlColor(HWND hWnd, HDC hDC, HBRUSH *brush) { in SetControlColor()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c314 wc.hbrBackground = (HBRUSH) GetStockObject (BLACK_BRUSH); in gst_vulkan_window_win32_create_window()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c263 wc.hbrBackground = (HBRUSH) GetStockObject (BLACK_BRUSH); in gst_gl_window_win32_create_window()
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp476 sWndClassEx.hbrBackground = (HBRUSH) (COLOR_WINDOW + 1); in InitWindow()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp472 wc.hbrBackground = (HBRUSH) GetStockObject (BLACK_BRUSH); in gst_d3d11_window_win32_create_internal_window()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp601 WndClass.hbrBackground = (HBRUSH) GetStockObject (BLACK_BRUSH); in gst_dshowvideosink_window_thread()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp419 win_class.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH); in init_window()

12