/external/mesa3d/src/glx/windows/ |
D | windowsgl.c | 88 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()
|
/external/lzma/CPP/Windows/Control/ |
D | Window2.cpp | 64 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in CreateEx() 111 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in CreateEx()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 146 HBRUSH CreateBrush(uint32_t argb) { in CreateBrush() 876 HBRUSH hPattern = CreateBrush(bitmap_color); in GDI_StretchBitMask() 877 HBRUSH hOld = (HBRUSH)SelectObject(m_hDC, hPattern); in GDI_StretchBitMask() 1011 HBRUSH hBrush = nullptr; in DrawPath() 1020 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush); in DrawPath() 1054 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush); in DrawPath() 1075 HBRUSH hBrush = CreateSolidBrush(colorref); in FillRectWithBlend()
|
/external/libepoxy/test/ |
D | wgl_common.c | 107 window_class.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in make_window_and_test()
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 270 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); in OnPaint() 302 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); in OnPaint() 321 HBRUSH brush = ::CreateSolidBrush(::GetSysColor(COLOR_WINDOW)); in OnPaint() 448 wcex.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW + 1); in RegisterWindowClass()
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 94 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1); in graw_create_window_and_screen()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Window.cpp | 54 windowClass.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH); in Window()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | windows_user.h | 26 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in Register()
|
/external/python/cpython2/Lib/ctypes/ |
D | wintypes.py | 63 HBRUSH = HANDLE variable
|
/external/webrtc/test/win/ |
D | d3d_renderer.cc | 136 wc.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW); in Create()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 173 wc.hbrBackground = (HBRUSH) (COLOR_BTNFACE + 1); in wglCreatePbufferARB()
|
/external/python/cpython3/Lib/ctypes/ |
D | wintypes.py | 64 HBRUSH = HANDLE variable
|
/external/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 91 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
|
D | clayout.c | 92 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
|
/external/skqp/tools/sk_app/win/ |
D | Window_win.cpp | 78 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in init()
|
/external/skia/tools/sk_app/win/ |
D | Window_win.cpp | 80 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in init()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 103 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in MyRegisterClass()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 554 wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH); in rpng_win_create_window()
|
D | rpng2-win.c | 766 wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH);
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1732 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()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 419 win_class.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH); in init_window()
|