Searched refs:NUM_12 (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 31 constexpr int NUM_12 = 12; member 602 if ((values == nullptr) || (valuesSize != NUM_12)) { in SetImageBorderWithValues()
|
H A D | node_common_modifier.cpp | 64 constexpr int NUM_12 = 12; member 407 auto repeating = values[NUM_12].i32; in SetSweepGradientValues() 534 for (unsigned int index = 0; index < NUM_12; index += NUM_3) { in SetBorderImageSlice() 542 offset += NUM_12; in SetBorderImageSlice() 563 for (int32_t index = 0; index < NUM_12; index += NUM_3) { in SetBorderImageWidth() 571 offset += NUM_12; in SetBorderImageWidth() 577 for (unsigned int index = 0; index < NUM_12; index += NUM_3) { in SetBorderImageOutset() 585 offset += NUM_12; in SetBorderImageOutset() 813 frameNode, Matrix4(matrix[NUM_0], matrix[NUM_4], matrix[NUM_8], matrix[NUM_12], matrix[NUM_1], matrix[NUM_5], in SetTransform() 830 frameNode, Matrix4(matrix[NUM_0], matrix[NUM_4], matrix[NUM_8], matrix[NUM_12], matri in ResetTransform() [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 50 constexpr int NUM_12 = 12; member 503 if (month < NUM_1 || month > NUM_12) { in IsValidDate() 2541 values[NUM_12].i32 = item->size > NUM_5 ? item->value[NUM_5].i32 : static_cast<ArkUI_Int32>(true); in SetSweepGradient() 7704 auto month = StringToInt(date[NUM_1].c_str(), NUM_12); in SetDatePickerEnd()
|
Completed in 35 milliseconds