Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp31 constexpr int NUM_12 = 12; member
602 if ((values == nullptr) || (valuesSize != NUM_12)) { in SetImageBorderWithValues()
H A Dnode_common_modifier.cpp64 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 Dstyle_modifier.cpp50 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