Lines Matching defs:bottom
947 struct ArkUISizeType bottom = { item->value[bottomIndex].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;
1048 bottom.value = NUM_0;
1052 bottom.unit = left.unit;
1056 top.value = right.value = bottom.value = left.value = item->value[NUM_0].f32;
1060 bottom.value = item->value[NUM_2].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);
3434 struct ArkUISizeType bottom = { item->value[bottomIndex].f32, UNIT_PERCENT };
3436 fullImpl->getNodeModifiers()->getCommonModifier()->setPadding(node->uiNodeHandle, &top, &right, &bottom, &left);
3470 struct ArkUISizeType bottom = { item->value[bottomIndex].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);
9200 if (option->bottom.hasValue) {
9201 // 5 -> bottom
9202 anchors[5] = const_cast<char*>(option->bottom.anchor.c_str());
9203 aligns[5] = option->bottom.align + NUM_1;