Home
last modified time | relevance | path

Searched refs:GRADIENT (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp1949 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 Dview_abstract_model_impl.cpp872 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 Drs_mask.cpp35 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 Drs_mask.h34 GRADIENT, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h152 static const char * const GRADIENT; variable
H A Dchart_component.cpp35 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 Dcanvas_component.cpp365 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 Dbox_component.h42 GRADIENT, enumerator
H A Drender_box.cpp1689 case BoxStateAttribute::GRADIENT: { in OnStatusStyleChanged()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h127 GRADIENT, enumerator
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.cpp77 if (paint.GetStyle() == Paint::GRADIENT) { in DoRender()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp1527 properties.mask_->type_ = MaskType::GRADIENT;
1573 mask->SetMaskType(MaskType::GRADIENT);
H A Drs_property_drawable_bounds_geometry_test.cpp722 mask->SetMaskType(MaskType::GRADIENT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp132 mask->type_ = MaskType::GRADIENT;
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp938 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 Dui_test_canvas.cpp1205 paint.SetStyle(Paint::GRADIENT); in RM008UIKitCanvasTest002()
1253 paint.SetStyle(Paint::GRADIENT); in RM008UIKitCanvasTest003()