/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 1949 paint_->SetStyle(Paint::GRADIENT); 1964 paint_->SetStyle(Paint::GRADIENT); 1978 paint_->SetStyle(Paint::GRADIENT); 1994 paint_->SetStyle(Paint::GRADIENT); 2065 paint_->SetStyle(Paint::PaintStyle::GRADIENT); 2066 EXPECT_EQ(paint_->GetStyle(), Paint::PaintStyle::GRADIENT); 2077 paint_->SetStyle(Paint::PaintStyle::GRADIENT); 2078 EXPECT_EQ(paint_->GetStyle(), Paint::PaintStyle::GRADIENT); 2191 paint1->SetStrokeStyle(Paint::PaintStyle::GRADIENT); 2192 EXPECT_EQ(paint1->GetStyle(), Paint::PaintStyle::GRADIENT);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 872 BoxStateAttribute::GRADIENT, lineGradient, stack->GetVisualState()); in SetLinearGradient() 873 …if (!boxComponent->GetStateAttributes()->HasAttribute(BoxStateAttribute::GRADIENT, VisualState::NO… in SetLinearGradient() 875 … BoxStateAttribute::GRADIENT, GetBackDecoration()->GetGradient(), VisualState::NORMAL); in SetLinearGradient() 892 BoxStateAttribute::GRADIENT, sweepGradient, stack->GetVisualState()); in SetSweepGradient() 893 …if (!boxComponent->GetStateAttributes()->HasAttribute(BoxStateAttribute::GRADIENT, VisualState::NO… in SetSweepGradient() 895 … BoxStateAttribute::GRADIENT, GetBackDecoration()->GetGradient(), VisualState::NORMAL); in SetSweepGradient() 912 BoxStateAttribute::GRADIENT, radialGradient, stack->GetVisualState()); in SetRadialGradient() 913 …if (!boxComponent->GetStateAttributes()->HasAttribute(BoxStateAttribute::GRADIENT, VisualState::NO… in SetRadialGradient() 915 … BoxStateAttribute::GRADIENT, GetBackDecoration()->GetGradient(), VisualState::NORMAL); in SetRadialGradient()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_mask.cpp | 35 mask->SetMaskType(MaskType::GRADIENT); in CreateGradientMask() 211 return (type_ == MaskType::GRADIENT); in IsGradientMask()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_mask.h | 34 GRADIENT, enumerator
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | chart_component.h | 152 static const char * const GRADIENT; variable
|
H A D | chart_component.cpp | 35 const char * const ChartComponent::GRADIENT = "gradient"; member in OHOS::ACELite::ChartComponent 298 …NeedGradient = jerry_create_string(reinterpret_cast<jerry_char_t *>(const_cast<char *>(GRADIENT))); in UpdateGradientToSerial()
|
H A D | canvas_component.cpp | 365 component->paint_.SetStyle(Paint::PaintStyle::GRADIENT); in FillStyleSetter() 434 component->paint_.SetStyle(Paint::PaintStyle::GRADIENT); in StrokeStyleSetter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component.h | 42 GRADIENT, enumerator
|
H A D | render_box.cpp | 1689 case BoxStateAttribute::GRADIENT: { in OnStatusStyleChanged()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | paint.h | 127 GRADIENT, enumerator
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.cpp | 77 if (paint.GetStyle() == Paint::GRADIENT) { in DoRender()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_painter_test.cpp | 1527 properties.mask_->type_ = MaskType::GRADIENT; 1573 mask->SetMaskType(MaskType::GRADIENT);
|
H A D | rs_property_drawable_bounds_geometry_test.cpp | 722 mask->SetMaskType(MaskType::GRADIENT);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_background_test.cpp | 132 mask->type_ = MaskType::GRADIENT;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 938 if (curDraw->data_.paint.GetStyle() == Paint::GRADIENT) { in OnBlendDrawGradient() 1622 if (paint.GetStyle() == Paint::GRADIENT) { in BlendRaster()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.cpp | 1205 paint.SetStyle(Paint::GRADIENT); in RM008UIKitCanvasTest002() 1253 paint.SetStyle(Paint::GRADIENT); in RM008UIKitCanvasTest003()
|