Home
last modified time | relevance | path

Searched refs:fillOpacity (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.cpp175 double fillOpacity = DEFAULT_OPACITY; in SetFillOpacity() local
176 ParseJsDouble(info[0], fillOpacity); in SetFillOpacity()
177 if (GreatOrEqual(fillOpacity, DEFAULT_OPACITY)) { in SetFillOpacity()
178 fillOpacity = DEFAULT_OPACITY; in SetFillOpacity()
180 if (LessOrEqual(fillOpacity, MIN_OPACITY)) { in SetFillOpacity()
181 fillOpacity = MIN_OPACITY; in SetFillOpacity()
183 ShapeAbstractModel::GetInstance()->SetFillOpacity(fillOpacity); in SetFillOpacity()
402 JSClass<JSShapeAbstract>::StaticMethod("fillOpacity", &JSShapeAbstract::SetFillOpacity, opt); in JSBind()
H A Djs_shape.cpp258 double fillOpacity = DEFAULT_OPACITY; in SetFillOpacity() local
259 ParseJsDouble(info[0], fillOpacity); in SetFillOpacity()
260 ShapeModel::GetInstance()->SetFillOpacity(fillOpacity); in SetFillOpacity()
368 JSClass<JSShape>::StaticMethod("fillOpacity", &JSShape::SetFillOpacity); in JSBind()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp92 void FfiOHOSAceFrameworkShapeSetFillOpacity(double fillOpacity) in FfiOHOSAceFrameworkShapeSetFillOpacity() argument
95 if (fillOpacity < 0.0f) { in FfiOHOSAceFrameworkShapeSetFillOpacity()
96 fillOpacity = 0.0f; in FfiOHOSAceFrameworkShapeSetFillOpacity()
98 ShapeModel::GetInstance()->SetFillOpacity(fillOpacity); in FfiOHOSAceFrameworkShapeSetFillOpacity()
H A Dcj_shape_ffi.h43 CJ_EXPORT void FfiOHOSAceFrameworkShapeSetFillOpacity(double fillOpacity);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model_ng.cpp144 void ShapeModelNG::SetFillOpacity(FrameNode* frameNode, double fillOpacity) in SetFillOpacity() argument
147 ShapePaintProperty, FillOpacity, std::clamp(fillOpacity, FILL_OPACITY_MIN, FILL_OPACITY_MAX), frameNode); in SetFillOpacity()
H A Dshape_model_ng.h48 static void SetFillOpacity(FrameNode* frameNode, double fillOpacity);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp45 void SetFillOpacity(ArkUINodeHandle node, ArkUI_Float32 fillOpacity) in SetFillOpacity() argument
49 ShapeModelNG::SetFillOpacity(frameNode, fillOpacity); in SetFillOpacity()
/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js2454 Rect.fillOpacity(0);
2530 Rect.fillOpacity(0);
3040 Rect.fillOpacity(0);
3115 Rect.fillOpacity(0);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h474 void (*setFillOpacity)(ArkUINodeHandle node, const ArkUI_Float32 fillOpacity);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1987 void (*setFillOpacity)(ArkUINodeHandle node, const ArkUI_Float32 fillOpacity);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js29756 fillOpacity(value) {

Completed in 59 milliseconds