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 101 bool CreateBrush(bool use_brush, const SkPaint& paint);
110 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) ||
712 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush, COLORREF color) {
811 bool VectorPlatformDeviceEmf::CreateBrush(bool use_brush,
818 return CreateBrush(use_brush, SkColorToCOLORREF(paint.getColor()));
    [all...]

Completed in 92 milliseconds