HomeSort by relevance Sort by last modified time
    Searched refs:CreateBrush (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.h 96 bool CreateBrush(bool use_brush, const SkPaint& paint);
105 bool CreateBrush(bool use_brush, COLORREF color);
vector_platform_device_emf_win.cc 609 if (!CreateBrush(true, paint) ||
614 if (!CreateBrush(false, paint) ||
619 if (!CreateBrush(true, paint) ||
624 if (!CreateBrush(false, paint) ||
703 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, COLORREF color) {
802 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush,
809 return CreateBrush(use_brush, SkColorToCOLORREF(paint.getColor()));

Completed in 887 milliseconds