Lines Matching refs:top
688 imageInfos[i].top = images[i]->top.value_or(0);
945 struct ArkUISizeType top = { item->value[topIndex].f32, unit };
951 node->uiNodeHandle, &top, &right, &bottom, &left);
954 node->uiNodeHandle, &top, &right, &bottom, &left);
957 node->uiNodeHandle, &top, &right, &bottom, &left);
1046 ArkUISizeType top, right, bottom, left;
1050 top.value = NUM_0;
1054 top.unit = left.unit;
1056 top.value = right.value = bottom.value = left.value = item->value[NUM_0].f32;
1058 top.value = item->value[NUM_0].f32;
1065 node->uiNodeHandle, &top, &right, &bottom, &left);
1068 node->uiNodeHandle, &top, &right, &bottom, &left);
1070 fullImpl->getNodeModifiers()->getCommonModifier()->setMargin(node->uiNodeHandle, &top, &right, &bottom, &left);
3432 struct ArkUISizeType top = { item->value[topIndex].f32, UNIT_PERCENT };
3436 fullImpl->getNodeModifiers()->getCommonModifier()->setPadding(node->uiNodeHandle, &top, &right, &bottom, &left);
3468 struct ArkUISizeType top = { item->value[topIndex].f32, UNIT_PERCENT };
3474 node->uiNodeHandle, &top, &right, &bottom, &left);
3477 node->uiNodeHandle, &top, &right, &bottom, &left);
3479 fullImpl->getNodeModifiers()->getCommonModifier()->setMargin(node->uiNodeHandle, &top, &right, &bottom, &left);
9190 if (option->top.hasValue) {
9191 // 3 -> top
9192 anchors[3] = const_cast<char*>(option->top.anchor.c_str());
9193 aligns[3] = option->top.align + NUM_1;