Searched refs:NUM_13 (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 65 constexpr int NUM_13 = 13; member 392 if ((values == nullptr) || (valuesLength != NUM_13)) { in SetSweepGradientValues() 814 matrix[NUM_9], matrix[NUM_13], matrix[NUM_2], matrix[NUM_6], matrix[NUM_10], matrix[NUM_14], in SetTransform() 831 matrix[NUM_9], matrix[NUM_13], matrix[NUM_2], matrix[NUM_6], matrix[NUM_10], matrix[NUM_14], in ResetTransform() 886 SetCalcDimension(top, options, NUM_13, NUM_0); in ParseEdges() 887 SetCalcDimension(left, options, NUM_13, NUM_3); in ParseEdges() 888 SetCalcDimension(bottom, options, NUM_13, NUM_6); in ParseEdges() 889 SetCalcDimension(right, options, NUM_13, NUM_9); in ParseEdges() 1390 if ((values == nullptr) || (valuesLength != NUM_13) || ((colorsLength % NUM_3) != 0)) { in SetSweepGradient() 1923 SetCalcDimension(optDimension, options, NUM_13, inde in SetResizableFromVec() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_area_bridge.cpp | 36 constexpr int NUM_13 = 13; member 1555 ArkTSUtils::ParseOuterBorderStyle(runtimeCallInfo, vm, colorAndStyleOptions, NUM_13); in SetBorder()
|
H A D | arkts_native_common_bridge.cpp | 53 constexpr int NUM_13 = 13; member 1985 ParseOuterBorderStyle(runtimeCallInfo, vm, colorAndStyleOptions, NUM_13); // Outline Style args start index in SetOutline() 2929 ParseOuterBorderStyle(runtimeCallInfo, vm, colorAndStyleOptions, NUM_13); // Border Style args start index in SetBorder() 2949 ParseOuterBorderStyle(runtimeCallInfo, vm, colorAndStyleOptions, NUM_13); // Border Style args start index in SetLocalizedBorder()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 51 constexpr int NUM_13 = 13; member 2501 ArkUIInt32orFloat32 values[NUM_13] = { in SetSweepGradient() 2544 node->uiNodeHandle, values, NUM_13, colors, size * NUM_3); in SetSweepGradient()
|
Completed in 63 milliseconds