Home
last modified time | relevance | path

Searched refs:ParseDouble (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_func_declaration.cpp40 declaration.SetAmplitude(declaration.ParseDouble(val)); in SetSpecializedValue()
44 declaration.SetExponent(declaration.ParseDouble(val)); in SetSpecializedValue()
48 declaration.SetIntercept(declaration.ParseDouble(val)); in SetSpecializedValue()
52 declaration.SetOffset(declaration.ParseDouble(val)); in SetSpecializedValue()
56 declaration.SetSlope(declaration.ParseDouble(val)); in SetSpecializedValue()
H A Dsvg_fe_composite_declaration.cpp44 declaration.SetK1(declaration.ParseDouble(val)); in SetSpecializedValue()
48 declaration.SetK2(declaration.ParseDouble(val)); in SetSpecializedValue()
52 declaration.SetK3(declaration.ParseDouble(val)); in SetSpecializedValue()
56 declaration.SetK4(declaration.ParseDouble(val)); in SetSpecializedValue()
H A Dsvg_stop_declaration.cpp67 declaration.SetOpacity(declaration.ParseDouble(val)); in SetSpecializedValue()
76 declaration.SetOpacity(declaration.ParseDouble(val)); in SetSpecializedValue()
H A Dsvg_fe_flood_declaration.cpp44 declaration.SetFloodOpacity(declaration.ParseDouble(val)); in SetSpecializedValue()
H A Dsvg_text_declaration.cpp58 declaration.SetRotate(declaration.ParseDouble(val)); in SetSpecializedValue()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp306 textShadow.SetOffsetX(declaration.ParseDouble(textShadowProps[pos++])); in ParseTextShadow()
307 textShadow.SetOffsetY(declaration.ParseDouble(textShadowProps[pos])); in ParseTextShadow()
312 textShadow.SetOffsetX(declaration.ParseDouble(textShadowProps[pos++])); in ParseTextShadow()
313 textShadow.SetOffsetY(declaration.ParseDouble(textShadowProps[pos++])); in ParseTextShadow()
316 textShadow.SetBlurRadius(declaration.ParseDouble(textShadowProps[pos])); in ParseTextShadow()
324 textShadow.SetOffsetX(declaration.ParseDouble(textShadowProps[pos++])); in ParseTextShadow()
325 textShadow.SetOffsetY(declaration.ParseDouble(textShadowProps[pos])); in ParseTextShadow()
331 textShadow.SetOffsetX(declaration.ParseDouble(textShadowProps[pos++])); in ParseTextShadow()
332 textShadow.SetOffsetY(declaration.ParseDouble(textShadowProps[pos++])); in ParseTextShadow()
333 textShadow.SetBlurRadius(declaration.ParseDouble(textShadowProp in ParseTextShadow()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_composite.cpp127 attr.k1 = SvgAttributesParser::ParseDouble(val); in ParseAndSetSpecializedAttr()
131 attr.k2 = SvgAttributesParser::ParseDouble(val); in ParseAndSetSpecializedAttr()
135 attr.k3 = SvgAttributesParser::ParseDouble(val); in ParseAndSetSpecializedAttr()
139 attr.k4 = SvgAttributesParser::ParseDouble(val); in ParseAndSetSpecializedAttr()
H A Dsvg_stop.cpp65 attribute.gradientColor.SetOpacity(SvgAttributesParser::ParseDouble(val)); in ParseAndSetSpecializedAttr()
74 attribute.gradientColor.SetOpacity(SvgAttributesParser::ParseDouble(val)); in ParseAndSetSpecializedAttr()
H A Dsvg_fe_flood.cpp59 attr.floodOpacity = SvgAttributesParser::ParseDouble(val); in ParseAndSetSpecializedAttr()
H A Dsvg_attributes_parser.h37 static double ParseDouble(const std::string& value);
H A Dsvg_attributes_parser.cpp266 double SvgAttributesParser::ParseDouble(const std::string& value) in ParseDouble() function in OHOS::Ace::NG::SvgAttributesParser
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.cpp171 util.AddAnimatable<float>(util.ParseDouble(value), time, AnimatableType::PROPERTY_OPACITY); in KeyframesAddKeyFrame()
273 util.ParseDouble(value), time, AnimatableType::PROPERTY_BORDER_LEFT_WIDTH); in KeyframesAddKeyFrame()
278 util.ParseDouble(value), time, AnimatableType::PROPERTY_BORDER_RIGHT_WIDTH); in KeyframesAddKeyFrame()
283 util.ParseDouble(value), time, AnimatableType::PROPERTY_BORDER_TOP_WIDTH); in KeyframesAddKeyFrame()
288 util.ParseDouble(value), time, AnimatableType::PROPERTY_BORDER_BOTTOM_WIDTH); in KeyframesAddKeyFrame()
292 auto borderWidth = util.ParseDouble(value); in KeyframesAddKeyFrame()
300 auto radius = util.ParseDouble(value); in KeyframesAddKeyFrame()
308 auto radius = util.ParseDouble(value); in KeyframesAddKeyFrame()
313 auto radius = util.ParseDouble(value); in KeyframesAddKeyFrame()
318 auto radius = util.ParseDouble(valu in KeyframesAddKeyFrame()
555 double AnimationUtil::ParseDouble(const std::string& value) const ParseDouble() function in OHOS::Ace::AnimationUtil
[all...]
H A Danimation_util.h64 double ParseDouble(const std::string& value) const;
/foundation/ability/ability_base/test/fuzztest/arraywrapperthird_fuzzer/
H A Darraywrapperthird_fuzzer.cpp45 array->ParseDouble(values, longSize); in DoSomethingInterestingWithMyAPI()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp677 if (!JsUtil::ParseDouble(env, argv[0], topLeftX)) { in SetVKeyboardArea()
678 MMI_HILOGE("ParseDouble failed. property name: topLeftX"); in SetVKeyboardArea()
683 if (!JsUtil::ParseDouble(env, argv[1], topLeftY)) { in SetVKeyboardArea()
684 MMI_HILOGE("ParseDouble failed. property name: topLeftY"); in SetVKeyboardArea()
689 if (!JsUtil::ParseDouble(env, argv[2], bottomRightX)) { in SetVKeyboardArea()
690 MMI_HILOGE("ParseDouble failed. property name: bottomRightX"); in SetVKeyboardArea()
695 if (!JsUtil::ParseDouble(env, argv[3], bottomRightY)) { in SetVKeyboardArea()
696 MMI_HILOGE("ParseDouble failed. property name: bottomRightY"); in SetVKeyboardArea()
780 if (!JsUtil::ParseDouble(env, resLocX, locX)) { in ParseBMSArray()
781 MMI_HILOGE("ParseBMSArray ParseDouble faile in ParseBMSArray()
[all...]
H A Djs_util.cpp230 bool JsUtil::ParseDouble(napi_env env, napi_value value, double& result) in ParseDouble() function in OHOS::MMI::JsUtil
233 MMI_HILOGE("ParseDouble type not number"); in ParseDouble()
238 MMI_HILOGE("ParseDouble cannot get value double"); in ParseDouble()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Darray_wrapper.h93 static sptr<IArray> ParseDouble(const std::string &values, long size);
/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_util.h80 static bool ParseDouble(napi_env env, napi_value value, double& result);
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp218 sptr<IArray> Array::ParseDouble(const std::string &values, long size) in ParseDouble() function in OHOS::AAFwk::Array
296 return ParseDouble(values, size); in Parse()
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp69 static void ParseDouble(napi_env env, napi_value propertyNapi, double& property) in ParseDouble() function
200 ParseDouble(env, beginNapi, begin); in ParseAnimatorOption()
201 ParseDouble(env, endNapi, end); in ParseAnimatorOption()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_utils.h47 bool ParseDouble(napi_env env, double& param, napi_value args);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h540 double ParseDouble(const std::string& value) const;
H A Ddeclaration.cpp1300 opacityStyle.opacity = declaration.ParseDouble(value);
3217 double Declaration::ParseDouble(const std::string& value) const
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h419 double ParseDouble(const std::string& value) const;
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnapi_accessibility_config.cpp684 ret = ParseDouble(env, doubleTemp, parameters[PARAM0]); in SetConfigParseData()

Completed in 34 milliseconds

12