Searched defs:stops (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | gradient_style_modifier.cpp | 81 std::vector<Dimension> stops = colorStops_->Get().GetColorStops(); in GetGradient() local
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 219 float stops[] = {val0, val05}; in HWTEST_F() local
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_type.h | 1474 float* stops; member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1651 void SetLinearGradientBlur(ArkUINodeHandle node, ArkUI_Float32 blurRadius, const ArkUI_Float32* stops, in SetLinearGradientBlur() argument 5210 GetSweepGradient(ArkUINodeHandle node, ArkUI_Float32 (*values)[6], ArkUI_Uint32 (*colors)[10], ArkUI_Float32 (*stops)[10], ArkUI_Int32 unit) GetSweepGradient() argument 5236 GetRadialGradient(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Uint32 (*colors)[10], ArkUI_Float32 (*stops)[10], ArkUI_Int32 unit) GetRadialGradient() argument [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1353 ArkUI_Float32 stops[NUM_10]; in GetLinearGradient() local 2561 ArkUI_Float32 stops[NUM_10]; in GetSweepGradient() local 2663 ArkUI_Float32 stops[NUM_10]; GetRadialGradient() local [all...] |
Completed in 49 milliseconds