Home
last modified time | relevance | path

Searched refs:strokeOpacity (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.cpp158 double strokeOpacity = DEFAULT_OPACITY; in SetStrokeOpacity() local
159 ParseJsDouble(info[0], strokeOpacity); in SetStrokeOpacity()
160 if (GreatOrEqual(strokeOpacity, 1.0)) { in SetStrokeOpacity()
161 strokeOpacity = DEFAULT_OPACITY; in SetStrokeOpacity()
163 if (LessOrEqual(strokeOpacity, 0.0)) { in SetStrokeOpacity()
164 strokeOpacity = MIN_OPACITY; in SetStrokeOpacity()
166 ShapeAbstractModel::GetInstance()->SetStrokeOpacity(strokeOpacity); in SetStrokeOpacity()
401 JSClass<JSShapeAbstract>::StaticMethod("strokeOpacity", &JSShapeAbstract::SetStrokeOpacity, opt); in JSBind()
H A Djs_shape.cpp248 double strokeOpacity = DEFAULT_OPACITY; in SetStrokeOpacity() local
249 ParseJsDouble(info[0], strokeOpacity); in SetStrokeOpacity()
250 ShapeModel::GetInstance()->SetStrokeOpacity(strokeOpacity); in SetStrokeOpacity()
367 JSClass<JSShape>::StaticMethod("strokeOpacity", &JSShape::SetStrokeOpacity); in JSBind()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp149 void FfiOHOSAceFrameworkShapeSetStrokeOpacity(double strokeOpacity) in FfiOHOSAceFrameworkShapeSetStrokeOpacity() argument
152 if (strokeOpacity < 0.0f) { in FfiOHOSAceFrameworkShapeSetStrokeOpacity()
153 strokeOpacity = 0.0f; in FfiOHOSAceFrameworkShapeSetStrokeOpacity()
155 ShapeModel::GetInstance()->SetStrokeOpacity(strokeOpacity); in FfiOHOSAceFrameworkShapeSetStrokeOpacity()
H A Dcj_shape_ffi.h50 CJ_EXPORT void FfiOHOSAceFrameworkShapeSetStrokeOpacity(double strokeOpacity);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model_ng.cpp150 void ShapeModelNG::SetStrokeOpacity(FrameNode* frameNode, double strokeOpacity) in SetStrokeOpacity() argument
152 ACE_UPDATE_NODE_PAINT_PROPERTY(ShapePaintProperty, StrokeOpacity, strokeOpacity, frameNode); in SetStrokeOpacity()
H A Dshape_model_ng.h49 static void SetStrokeOpacity(FrameNode* frameNode, double strokeOpacity);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp59 void SetStrokeOpacity(ArkUINodeHandle node, ArkUI_Float32 strokeOpacity) in SetStrokeOpacity() argument
63 ShapeModelNG::SetStrokeOpacity(frameNode, strokeOpacity); in SetStrokeOpacity()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h476 void (*setStrokeOpacity)(ArkUINodeHandle node, const ArkUI_Float32 strokeOpacity);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1989 void (*setStrokeOpacity)(ArkUINodeHandle node, const ArkUI_Float32 strokeOpacity);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js29752 strokeOpacity(value) {

Completed in 57 milliseconds