Searched refs:CreateBrush (Results 1 – 2 of 2) sorted by relevance
616 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::VectorPlatformDeviceEmf809 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, in CreateBrush() function in skia::VectorPlatformDeviceEmf816 return CreateBrush(use_brush, SkColorToCOLORREF(paint.getColor())); in CreateBrush()
98 bool CreateBrush(bool use_brush, const SkPaint& paint);107 bool CreateBrush(bool use_brush, COLORREF color);