Searched refs:GetJsAngleWithDefault (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.h | 107 static void GetJsAngleWithDefault(
|
H A D | js_view_abstract.cpp | 4409 GetJsAngleWithDefault(static_cast<int32_t>(ArkUIIndex::ANGLE), jsObj, degree, 180.0f); in ParseBorderImageLinearGradient() 6778 GetJsAngleWithDefault(static_cast<int32_t>(ArkUIIndex::ANGLE), jsObj, degree, 180.0f); in NewJsLinearGradient() 6948 GetJsAngleWithDefault(static_cast<int32_t>(ArkUIIndex::START), obj, degreeStart, 0.0f); in ParseSweepGradientPartly() 6949 GetJsAngleWithDefault(static_cast<int32_t>(ArkUIIndex::END), obj, degreeEnd, 0.0f); in ParseSweepGradientPartly() 6950 … GetJsAngleWithDefault(static_cast<int32_t>(ArkUIIndex::ROTATION), obj, degreeRotation, 0.0f); in ParseSweepGradientPartly() 9553 void JSViewAbstract::GetJsAngleWithDefault( in GetJsAngleWithDefault() function in OHOS::Ace::Framework::JSViewAbstract
|