/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_gradient.cpp | 28 RefPtr<SvgNode> SvgGradient::CreateLinearGradient() in CreateLinearGradient() function in OHOS::Ace::SvgGradient
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_gradient.cpp | 34 RefPtr<SvgNode> SvgGradient::CreateLinearGradient() in CreateLinearGradient() function in OHOS::Ace::NG::SvgGradient
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_shader_effect.h | 48 static std::shared_ptr<TestingShaderEffect> CreateLinearGradient(const TestingPoint& /* startPt */, in CreateLinearGradient() function in OHOS::Ace::Testing::TestingShaderEffect
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shader_effect_napi/ |
H A D | js_shader_effect.cpp | 105 napi_value JsShaderEffect::CreateLinearGradient(napi_env env, napi_callback_info info) in CreateLinearGradient() function in OHOS::Rosen::Drawing::JsShaderEffect
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | shader_effect.cpp | 143 std::shared_ptr<ShaderEffect> ShaderEffect::CreateLinearGradient(const Point& startPt, const Point& endPt, in CreateLinearGradient() function in OHOS::Rosen::Drawing::ShaderEffect
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.cpp | 342 int64_t NativeCanvasRenderer::CreateLinearGradient(const double x0, const double y0, const double x1, const double y1) in CreateLinearGradient() function in OHOS::Ace::Framework::NativeCanvasRenderer
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 256 static std::unique_ptr<GradientShader> CreateLinearGradient(const NG::Gradient& gradient, const SkSize& size) in CreateLinearGradient() function in OHOS::Ace::NG::__anon2699::final
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 229 static std::unique_ptr<GradientShader> CreateLinearGradient(const NG::Gradient& gradient, const RSSize& size) in CreateLinearGradient() function in OHOS::Ace::NG::__anon2690::final
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 294 static std::unique_ptr<GradientShader> CreateLinearGradient(const Gradient& gradient, const SkSize& size) in CreateLinearGradient() function in OHOS::Ace::__anon2028::final 328 static std::unique_ptr<GradientShader> CreateLinearGradient(const Gradient& gradient, const RSSize& size) in CreateLinearGradient() function in OHOS::Ace::__anon2028::final
|