Searched refs:regionValues (Results 1 – 3 of 3) sorted by relevance
129 ArkUI_Float32* regionValues, int32_t* regionUnits, uint32_t length);
1416 const EcmaVM* vm, const Local<JSValueRef>& jsValue, ArkUI_Float32* regionValues, in ParseResponseRegion() argument1453 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()
1421 …rseResponseRegion(const EcmaVM* vm, const Local<JSValueRef>& jsValue, ArkUI_Float32 regionValues[], in ParseResponseRegion() argument1458 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()