HomeSort by relevance Sort by last modified time
    Searched refs:hbrBackground (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/misc/windows/sdl2/test/
testnativew32.c 55 wc.hbrBackground = (HBRUSH) (COLOR_WINDOW + 1);
  /external/lzma/CPP/Windows/Control/
Window2.cpp 64 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
111 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
  /external/lzma/CPP/Windows/
Window.cpp 29 wndClassA.hbrBackground = wndClass->hbrBackground;
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 58 wndClass.hbrBackground = CreateSolidBrush(RGB(0, 0, 0));
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 94 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1);
  /external/opencv3/samples/directx/
winapp.hpp 39 wcex.hbrBackground = 0;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 74 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 74 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
  /external/skia/src/gpu/gl/win/
SkCreatePlatformGLContext_win.cpp 52 wc.hbrBackground = nullptr;
  /external/skia/src/views/win/
skia_win.cpp 32 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 229 wc.hbrBackground = GetStockObject(BLACK_BRUSH);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 136 wc.hbrBackground = (HBRUSH) (COLOR_BTNFACE + 1);
  /external/webrtc/webrtc/test/win/
d3d_renderer.cc 145 wc.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW);
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 103 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
  /external/icu/icu4c/source/samples/layout/
clayout.c 86 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
layout.cpp 85 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
  /external/libpng/contrib/gregbook/
rpng-win.c 547 wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH);
rpng2-win.c 760 wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH);
    [all...]
  /external/skia/src/utils/win/
SkWGL_win.cpp 194 wc.hbrBackground = nullptr;
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 124 wcx.hbrBackground = GetSysColorBrush(COLOR_3DFACE);
  /external/autotest/client/tests/kvm/deps/
rss.cpp 984 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1);
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 95 wndclass.hbrBackground = NULL; /* (HBRUSH) GetStockObject (GRAY_BRUSH); */
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 436 wcex.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW + 1);
  /external/opencv3/modules/highgui/src/
window_w32.cpp 248 wndc.hbrBackground = (HBRUSH)GetStockObject(GRAY_BRUSH);
254 wndc.hbrBackground = (HBRUSH)GetStockObject(GRAY_BRUSH);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 765 HBRUSH hbrBackground;
780 HBRUSH hbrBackground;
800 HBRUSH hbrBackground;
813 HBRUSH hbrBackground;
    [all...]

Completed in 584 milliseconds

1 2