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

  /external/webkit/JavaScriptCore/wtf/
OwnPtrCommon.h 32 typedef struct HBRUSH__* HBRUSH;
51 void deleteOwnedPtr(HBRUSH);
OwnPtrWin.cpp 40 void deleteOwnedPtr(HBRUSH ptr)
  /external/openssl/apps/
winrand.c 93 wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
  /external/webkit/WebCore/rendering/
RenderThemeWin.cpp 569 ::FillRect(hdc, &widgetRect, (HBRUSH)(COLOR_BTNFACE+1));
571 ::FillRect(hdc, &widgetRect, (HBRUSH)(COLOR_WINDOW+1));
574 ::FillRect(hdc, &widgetRect, (HBRUSH)GetStockObject(GRAY_BRUSH));
584 HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp);
590 HBRUSH oldBrush = (HBRUSH) ::SelectObject(hdc, brush);
597 ::FillRect(hdc, &widgetRect, (HBRUSH)COLOR_3DHILIGHT);
603 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW);
    [all...]
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp 252 ::FillRect(hdc, &themeRect, HBRUSH(COLOR_SCROLLBAR+1));
256 HBRUSH brush = ::CreatePatternBrush(patternBitmap);
  /external/icu4c/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 503 wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH);
rpng2-win.c 735 wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH);
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 315 wcex.hbrBackground = (HBRUSH)COLOR_WINDOW;
    [all...]
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 62 reinterpret_cast<HBRUSH>(GetStockObject(BLACK_BRUSH)));
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 969 OwnPtr<HBRUSH> hbrush(CreateSolidBrush(RGB(color.red(), color.green(), color.blue())));
970 FillRect(transparentDC.hdc(), &transparentDC.rect(), hbrush.get());
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp 952 ::FillRect(hdc, &rcPaint, (HBRUSH)GetStockObject(WHITE_BRUSH));
1010 OwnPtr<HBRUSH> yellowBrush = CreateSolidBrush(RGB(255, 255, 0));
    [all...]

Completed in 254 milliseconds