Home
last modified time | relevance | path

Searched refs:IMAGE_SPAN_ALIGNMENT_ARRAY (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp133 const std::vector<int32_t> IMAGE_SPAN_ALIGNMENT_ARRAY = { IMAGE_SPAN_ALIGNMENT_BASELINE, IMAGE_SPAN_ALIGNMENT_BOTTOM, member
9765 node->uiNodeHandle, IMAGE_SPAN_ALIGNMENT_ARRAY[item->value[0].i32]); in SetVerticalAlign()
11056 auto it = std::find(IMAGE_SPAN_ALIGNMENT_ARRAY.begin(), IMAGE_SPAN_ALIGNMENT_ARRAY.end(), verticalAlign); in GetVerticalAlign()
11057 if (it != IMAGE_SPAN_ALIGNMENT_ARRAY.end()) { in GetVerticalAlign()
11058 g_numberValues[0].i32 = std::distance(IMAGE_SPAN_ALIGNMENT_ARRAY.begin(), it); in GetVerticalAlign()

Completed in 25 milliseconds