/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 | 160 HBRUSH CreateBrush(uint32_t argb) { in CreateBrush() 888 HBRUSH hPattern = CreateSolidBrush(bitmap_color & 0xffffff); in GDI_StretchBitMask() 889 HBRUSH hOld = (HBRUSH)SelectObject(m_hDC, hPattern); in GDI_StretchBitMask() 1023 HBRUSH hBrush = nullptr; in DrawPath() 1032 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush); in DrawPath() 1066 hBrush = (HBRUSH)SelectObject(m_hDC, hBrush); in DrawPath() 1087 HBRUSH hBrush = CreateSolidBrush(rgb); in FillRectWithBlend()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 257 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); in OnPaint() 290 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); in OnPaint() 309 HBRUSH brush = ::CreateSolidBrush(::GetSysColor(COLOR_WINDOW)); in OnPaint() 436 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/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/webrtc/test/win/ |
D | d3d_renderer.cc | 145 wc.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW); in Create()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 171 wc.hbrBackground = (HBRUSH) (COLOR_BTNFACE + 1); in wglCreatePbufferARB()
|
/external/python/cpython3/Lib/ctypes/ |
D | wintypes.py | 64 HBRUSH = HANDLE variable
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_Windows.cpp | 201 sWC.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 92 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
|
D | layout.cpp | 91 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 | 78 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 | 1714 HBRUSH bgBrush; in CreateMainWindow() 1726 bgBrush = (HBRUSH)(COLOR_WINDOW+1); in CreateMainWindow() 1954 HBRUSH brush = nullptr; in WndProc() 2008 void RemapColor(COLORREF *fg, COLORREF *bg, HBRUSH *bgBrush) { in RemapColor() 2020 BOOL SetControlColor(HWND hWnd, HDC hDC, HBRUSH *brush) { in SetControlColor()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 565 wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in MyRegisterClass()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |