Searched refs:GetSpreadMethod (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 181 pts[0], pts[1], colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetGradientStyle() 189 …static_cast<RSScalar>(info.r), colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetGradientStyle() 193 … static_cast<RSScalar>(info.r), colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()), in SetGradientStyle() 223 pts[0], pts[1], colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetStrokeGradientStyle() 231 …static_cast<RSScalar>(info.r), colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetStrokeGradientStyle() 235 … static_cast<RSScalar>(info.r), colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()), in SetStrokeGradientStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_gradient_declaration.h | 110 SpreadMethod GetSpreadMethod() const in GetSpreadMethod() function 113 return attribute.gradient.GetSpreadMethod(); in GetSpreadMethod()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.cpp | 154 static_cast<SkTileMode>(gradient->GetSpreadMethod()), 0, nullptr)); in SetGradientStyle() 163 … gradientColors.size(), static_cast<SkTileMode>(gradient->GetSpreadMethod()), 0, nullptr)) in SetGradientStyle() 166 … gradientColors.size(), static_cast<SkTileMode>(gradient->GetSpreadMethod()), 0, nullptr)); in SetGradientStyle() 192 startPt, endPt, colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetGradientStyle() 200 info.r, colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))) in SetGradientStyle() 202 info.r, colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()), &matrix)); in SetGradientStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | gradient_property.h | 449 SpreadMethod GetSpreadMethod() const in GetSpreadMethod() function 484 endOffset_ == other.GetEndOffset() && spreadMethod_ == other.GetSpreadMethod() &&
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.h | 600 SpreadMethod GetSpreadMethod() const in GetSpreadMethod() function
|