Searched refs:directionVal (Results 1 – 6 of 6) sorted by relevance
86 JSRef<JSVal> directionVal = barrierInfoObj->GetProperty("direction"); in ParseBarrierInfo() local94 if (directionVal->IsNumber()) { in ParseBarrierInfo()95 auto direction = directionVal->ToNumber<int32_t>(); in ParseBarrierInfo()149 JSRef<JSVal> directionVal = guildLineInfoObj->GetProperty("direction"); in ParseGuideline() local156 if (directionVal->IsNumber()) { in ParseGuideline()157 auto direction = directionVal->ToNumber<int32_t>(); in ParseGuideline()
63 JSRef<JSVal> directionVal = obj->GetProperty("direction"); in CreateFlexComponent() local67 if (directionVal->IsNumber()) { in CreateFlexComponent()68 auto direction = directionVal->ToNumber<int32_t>(); in CreateFlexComponent()134 JSRef<JSVal> directionVal = obj->GetProperty("direction"); in WrapComponent() local139 if (directionVal->IsNumber()) { in WrapComponent()140 auto direction = directionVal->ToNumber<int32_t>(); in WrapComponent()
100 Local<JSValueRef> directionVal = panda::ArrayRef::GetValueAt(vm, directionsArr, i); in SetGuideLine() local101 if (directionVal->IsNumber()) { in SetGuideLine()102 info.direction = directionVal->Int32Value(vm); in SetGuideLine()158 Local<JSValueRef> directionVal = panda::ArrayRef::GetValueAt(vm, directionsArr, i); in SetBarrier() local164 if (directionVal->IsNumber()) { in SetBarrier()165 info.direction = directionVal->Int32Value(vm); in SetBarrier()
298 auto directionVal = layoutProperty->GetDirectionValue(); in Layout() local313 …if (((directionVal == V2::GridRowDirection::RowReverse) && (textDirection == TextDirection::LTR)) … in Layout()314 ((directionVal == V2::GridRowDirection::Row) && (textDirection == TextDirection::RTL))) { in Layout()
1604 auto directionVal = V2::GridRowDirection::Row; variable1606 gridRowModelNG.Create(colVal, gutterVal, breakpointsVal, directionVal);
628 auto directionVal = nodeAPI->getAttribute(rootNode, NODE_DIRECTION); variable629 EXPECT_EQ(directionVal->value[0].i32, static_cast<int32_t>(ARKUI_DIRECTION_LTR));