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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesadef.h 17 HBRUSH clearBrush;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 17 HBRUSH clearBrush;
  /external/chromium_org/ui/views/
background.h 93 // TODO(port): Make GetNativeControlBrush portable (currently uses HBRUSH).
96 HBRUSH GetNativeControlBrush() const;
102 // TODO(port): Create portable replacement for HBRUSH.
103 mutable HBRUSH native_control_brush_;
background.cc 82 HBRUSH Background::GetNativeControlBrush() const {
  /external/chromium_org/base/win/
wrapped_window_proc.h 47 HBRUSH background,
wrapped_window_proc.cc 40 HBRUSH background,
  /external/chromium_org/content/test/plugin/
plugin_windowed_test.cc 55 wcex.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW+1);
132 HBRUSH brush = CreateSolidBrush(RGB(255, 0, 0));
plugin_create_instance_in_paint.cc 36 wcex.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW+1);
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_win.cc 62 reinterpret_cast<HBRUSH>(GetStockObject(BLACK_BRUSH));
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
graw_gdi.c 94 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1);
  /external/chromium_org/third_party/openssl/openssl/apps/
winrand.c 93 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 94 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1);
  /external/openssl/apps/
winrand.c 93 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
  /external/chromium_org/printing/
emf_win_unittest.cc 209 HBRUSH brush = static_cast<HBRUSH>(GetStockObject(BLACK_BRUSH));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 159 W32KAPI WINBOOL WINAPI NtGdiIcmBrushInfo(HDC hdc,HBRUSH hbrush,PBITMAPINFO pbmiDIB,PVOID pvBits,ULONG *pulBits,DWORD *piUsage,WINBOOL *pbAlreadyTran,ULONG Command);
176 W32KAPI HBRUSH WINAPI NtGdiCreateSolidBrush(COLORREF cr,HBRUSH hbr);
177 W32KAPI HBRUSH WINAPI NtGdiCreateDIBBrush(PVOID pv,FLONG fl,UINT cj,WINBOOL b8X8,WINBOOL bPen,PVOID pClient);
178 W32KAPI HBRUSH WINAPI NtGdiCreatePatternBrushInternal(HBITMAP hbm,WINBOOL bPen,WINBOOL b8X8);
179 W32KAPI HBRUSH WINAPI NtGdiCreateHatchBrushInternal(ULONG ulStyle,COLORREF clrr,WINBOOL bPen);
180 W32KAPI HPEN WINAPI NtGdiExtCreatePen(ULONG flPenStyle,ULONG ulWidth,ULONG iBrushStyle,ULONG ulColor,ULONG_PTR lClientHatch,ULONG_PTR lHatch,ULONG cstyle,PULONG pulStyle,ULONG cjDIB,WINBOOL bOldStylePen,HBRUSH hbrush);
225 W32KAPI WINBOOL WINAPI NtGdiFillRgn(HDC hdc,HRGN hrgn,HBRUSH hbrush)
    [all...]
wownt32.h 39 #define HBRUSH_32(h16) ((HBRUSH) (WOWHandle32(h16,WOW_TYPE_HBRUSH)))
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 250 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0));
283 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0));
302 HBRUSH brush = ::CreateSolidBrush(::GetSysColor(COLOR_WINDOW));
429 wcex.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW + 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 74 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 74 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
  /external/chromium_org/third_party/npapi/npspy/windows/
loggerw.cpp 76 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1);
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 87 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
  /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/views/win/
skia_win.cpp 87 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 67 HBRUSH = HANDLE
171 'FILETIME', 'FLOAT', 'HACCEL', 'HANDLE', 'HBITMAP', 'HBRUSH',

Completed in 488 milliseconds

1 2 3