Searched refs:use_brush (Results 1 – 2 of 2) sorted by relevance
96 bool CreateBrush(bool use_brush, const SkPaint& paint);105 bool CreateBrush(bool use_brush, COLORREF color);
703 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, COLORREF color) { in CreateBrush() argument709 if (!use_brush) { in CreateBrush()802 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, in CreateBrush() argument806 use_brush = false; in CreateBrush()809 return CreateBrush(use_brush, SkColorToCOLORREF(paint.getColor())); in CreateBrush()