Lines Matching refs:gradientBrush
857 SkTScopedComPtr<IXpsOMLinearGradientBrush> gradientBrush;
862 &gradientBrush),
865 HRM(gradientBrush->SetTransformLocal(xpsMatrix),
870 HRM(gradientBrush->GetGradientStops(&gradStopCollection),
881 HRM(gradientBrush->SetSpreadMethod(xps_spread_method((SkTileMode)info.fTileMode)),
884 HRM(gradientBrush->SetOpacity(alpha / 255.0f),
886 HRM(gradientBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI failed");
933 SkTScopedComPtr<IXpsOMRadialGradientBrush> gradientBrush;
939 &gradientBrush),
942 HRM(gradientBrush->SetTransformLocal(xpsMatrix),
947 HRM(gradientBrush->GetGradientStops(&gradStopCollection),
958 HRM(gradientBrush->SetSpreadMethod(xps_spread_method((SkTileMode)info.fTileMode)),
961 HRM(gradientBrush->SetOpacity(alpha / 255.0f),
963 HRM(gradientBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI failed.");