Home
last modified time | relevance | path

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

/external/chromium_org/skia/ext/
Dvector_platform_device_emf_win.h96 bool CreateBrush(bool use_brush, const SkPaint& paint);
105 bool CreateBrush(bool use_brush, COLORREF color);
Dvector_platform_device_emf_win.cc703 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, COLORREF color) { in CreateBrush() argument
709 if (!use_brush) { in CreateBrush()
802 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, in CreateBrush() argument
806 use_brush = false; in CreateBrush()
809 return CreateBrush(use_brush, SkColorToCOLORREF(paint.getColor())); in CreateBrush()