Home
last modified time | relevance | path

Searched refs:regionValues (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.h129 ArkUI_Float32* regionValues, int32_t* regionUnits, uint32_t length);
H A Darkts_utils.cpp1416 const EcmaVM* vm, const Local<JSValueRef>& jsValue, ArkUI_Float32* regionValues, in ParseResponseRegion() argument
1453 regionValues[i] = static_cast<ArkUI_Float32>(xDimen.Value()); in ParseResponseRegion()
1455 regionValues[i + 1] = static_cast<ArkUI_Float32>(yDimen.Value()); in ParseResponseRegion()
1457 regionValues[i + 2] = static_cast<ArkUI_Float32>(widthDimen.Value()); // 2: width value in ParseResponseRegion()
1459 regionValues[i + 3] = static_cast<ArkUI_Float32>(heightDimen.Value()); // 3: height value in ParseResponseRegion()
H A Darkts_native_common_bridge.cpp1421 …rseResponseRegion(const EcmaVM* vm, const Local<JSValueRef>& jsValue, ArkUI_Float32 regionValues[], in ParseResponseRegion() argument
1458 regionValues[i + NUM_0] = static_cast<ArkUI_Float32>(xDimen.Value()); in ParseResponseRegion()
1460 regionValues[i + NUM_1] = static_cast<ArkUI_Float32>(yDimen.Value()); in ParseResponseRegion()
1462 regionValues[i + NUM_2] = static_cast<ArkUI_Float32>(widthDimen.Value()); in ParseResponseRegion()
1464 regionValues[i + NUM_3] = static_cast<ArkUI_Float32>(heightDimen.Value()); in ParseResponseRegion()