Home
last modified time | relevance | path

Searched defs:brush (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusBrush.h37 GpBrush *brush = NULL; in Clone() local
133 GpSolidFill *brush = NULL; in SolidBrush() local
464 GpLineGradient *brush = NULL; in LinearGradientBrush() local
481 GpLineGradient *brush = NULL; in LinearGradientBrush() local
498 GpLineGradient *brush = NULL; in LinearGradientBrush() local
515 GpLineGradient *brush = NULL; in LinearGradientBrush() local
533 GpLineGradient *brush = NULL; variable
552 GpLineGradient *brush = NULL; variable
881 GpHatch *brush = NULL; variable
DGdiPlusGraphics.h1010 Status FillRectangle(IN const Brush* brush, in FillRectangle()
1016 Status FillRectangle(IN const Brush* brush, in FillRectangle()
1027 Status FillRectangles(IN const Brush* brush, in FillRectangles()
1037 Status FillRectangle(IN const Brush* brush, in FillRectangle()
1047 Status FillRectangle(IN const Brush* brush, in FillRectangle()
1061 Status FillRectangles(IN const Brush* brush, in FillRectangles()
1072 Status FillPolygon(IN const Brush* brush, in FillPolygon()
1079 Status FillPolygon(IN const Brush* brush, in FillPolygon()
1090 Status FillPolygon(IN const Brush* brush, in FillPolygon()
1097 Status FillPolygon(IN const Brush* brush, in FillPolygon()
[all …]
DGdiPlusPen.h304 Status SetBrush(IN const Brush* brush) in SetBrush()
340 Brush* brush = NULL; in GetBrush() local
DGdiPlusPath.h1230 GpPathGradient *brush = NULL; variable
1243 GpPathGradient *brush = NULL; variable
1256 GpPathGradient *brush = NULL; in PathGradientBrush() local
/external/chromium_org/content/test/plugin/
Dplugin_windowed_test.cc132 HBRUSH brush = CreateSolidBrush(RGB(255, 0, 0)); in WindowProc() local
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dmain_wnd.cc273 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); in OnPaint() local
306 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); in OnPaint() local
325 HBRUSH brush = ::CreateSolidBrush(::GetSysColor(COLOR_WINDOW)); in OnPaint() local
/external/chromium_org/printing/
Demf_win_unittest.cc213 HBRUSH brush = static_cast<HBRUSH>(GetStockObject(BLACK_BRUSH)); in TEST() local
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_desktop_window_tree_host_win.cc231 HBRUSH brush = CreateSolidBrush(0); in PostHandleMSG() local
/external/chromium_org/remoting/host/
Ddisconnect_window_win.cc216 base::win::ScopedSelectObject brush(hdc, GetStockObject(NULL_BRUSH)); in OnDialogMessage() local
/external/chromium_org/skia/ext/
Dvector_platform_device_emf_win.cc756 LOGBRUSH brush = {0}; in CreatePen() local
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc789 HBRUSH brush = GetSysColorBrush(COLOR_3DDKSHADOW); in PaintButton() local
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp974 IXpsOMBrush** brush, in createXpsBrush()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp610 void *font, void* brush, void *positions, int flags, const void *matrix) in GdipDrawDriverString()
/external/skia/src/device/xps/
DSkXPSDevice.cpp975 IXpsOMBrush** brush, in createXpsBrush()
/external/chromium_org/third_party/d3/src/
Dd3.js8824 d3.svg.brush = function() { function
8826 function brush(g) { function