Home
last modified time | relevance | path

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

/external/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()
/external/lzma/CPP/Windows/Control/
DWindow2.cpp64 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in CreateEx()
111 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in CreateEx()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp146 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/
Dwgl_common.c107 window_class.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in make_window_and_test()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc270 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/
Dgraw_gdi.c94 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1); in graw_create_window_and_screen()
/external/swiftshader/tests/VulkanWrapper/
DWindow.cpp54 windowClass.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH); in Window()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dwindows_user.h26 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in Register()
/external/python/cpython2/Lib/ctypes/
Dwintypes.py63 HBRUSH = HANDLE variable
/external/webrtc/test/win/
Dd3d_renderer.cc136 wc.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW); in Create()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c173 wc.hbrBackground = (HBRUSH) (COLOR_BTNFACE + 1); in wglCreatePbufferARB()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py64 HBRUSH = HANDLE variable
/external/icu/icu4c/source/samples/layout/
Dlayout.cpp91 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
Dclayout.c92 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
/external/skqp/tools/sk_app/win/
DWindow_win.cpp78 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in init()
/external/skia/tools/sk_app/win/
DWindow_win.cpp80 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in init()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc103 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in MyRegisterClass()
/external/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);
/external/python/cpython3/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()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp419 win_class.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH); in init_window()