Home
last modified time | relevance | path

Searched refs:CreateBrush (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/skia/ext/
Dvector_platform_device_emf_win.cc616 if (!CreateBrush(true, paint) || in ApplyPaint()
621 if (!CreateBrush(false, paint) || in ApplyPaint()
626 if (!CreateBrush(true, paint) || in ApplyPaint()
631 if (!CreateBrush(false, paint) || in ApplyPaint()
710 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, COLORREF color) { in CreateBrush() function in skia::VectorPlatformDeviceEmf
809 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, in CreateBrush() function in skia::VectorPlatformDeviceEmf
816 return CreateBrush(use_brush, SkColorToCOLORREF(paint.getColor())); in CreateBrush()
Dvector_platform_device_emf_win.h98 bool CreateBrush(bool use_brush, const SkPaint& paint);
107 bool CreateBrush(bool use_brush, COLORREF color);