/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_stack_modifier.cpp | 30 constexpr int NUM_8 = 8; member 62 case NUM_8: in SetAlignContent()
|
H A D | node_common_modifier.cpp | 60 constexpr int NUM_8 = 8; member 172 case NUM_8: in ParseAlignment() 208 return NUM_8; in ConvertAlignmentToInt() 240 return NUM_8; in ParseAlignmentToIndex() 403 auto endHasValue = values[NUM_8].i32; in SetSweepGradientValues() 452 auto radiusUnit = values[NUM_8].i32; in SetRadialGradientValues() 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], matrix[NUM_1], matrix[NUM_5], in ResetTransform() 1471 auto hasOptions = options[NUM_8]; in SetOverlay() 2217 if (valLength != NUM_8 || unitLengt in SetRotate() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | alignment.cpp | 28 constexpr int NUM_8 = 8; member 146 case NUM_8: in ParseAlignment()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_source_impl.cpp | 28 const long int NUM_8 = 8; member 183 if (!IsNumericStr(value) || num < 1 || num > NUM_8) { in CheckOrientation()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/ |
H A D | effect_napi.cpp | 21 constexpr uint32_t NUM_8 = 8; member 341 return (parseTimes == NUM_8); in ParseBrightnessBlender()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 146 static const uint8_t NUM_8 = 8; member 2882 (static_cast<uint32_t>(fileData[NUM_1]) << NUM_8) + 2917 case NUM_8: { 3068 (static_cast<uint32_t>(buf[NUM_1]) << NUM_8) + 3160 (static_cast<uint32_t>(fileData[NUM_1]) << NUM_8) + 3260 (static_cast<uint32_t>(fileData[NUM_1]) << NUM_8) + 3265 (static_cast<unsigned int>(fileData[ASTC_HEADER_DIM_X + 1]) << NUM_8) + 3268 (static_cast<unsigned int>(fileData[ASTC_HEADER_DIM_Y + 1]) << NUM_8) +
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_slider_bridge.cpp | 26 constexpr int NUM_8 = 8;
member 734 CHECK_EQUAL_RETURN(runtimeCallInfo->GetArgsNumber() != NUM_8, true, panda::JSValueRef::Undefined(vm));
in SetSliderOptions()
|
H A D | arkts_native_common_bridge.cpp | 49 constexpr int NUM_8 = 8; member 1164 case NUM_8: in ParseBackgroundImagePositionAlign() 1230 Local<JSValueRef> perspectiveArg = runtimeCallInfo->GetCallArgRef(NUM_8); in ParseRotate() 2839 auto typeArg = runtimeCallInfo->GetCallArgRef(NUM_8); in SetBackgroundBlurStyleParam() 7250 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::ACTION, NUM_8, gesture); in AddLongPressGesture() 7277 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::START, NUM_8, gesture); in AddPanGesture() 7305 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::ACTION, NUM_8, gesture); in AddSwipeGesture() 7329 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::UPDATE, NUM_8, gesture); in AddPinchGesture() 7355 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::UPDATE, NUM_8, gesture); in AddRotationGesture() 7408 auto* group = GetGestureGroup(runtimeCallInfo, NUM_8); in AddLongPressGestureToGroup() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 44 constexpr uint8_t NUM_8 = 8; member 367 return (((size.width + NUM_1) / NUM_2) * NUM_2) * size.height * NUM_8; in GetBufferSizeByFormat()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 116 static const uint8_t NUM_8 = 8; member 3173 r = (rHigh) + ((uint16_t)(src[1] << NUM_8) & 0x300); in SetRGBA1010102PixelAlpha() 3183 src[1] = (uint8_t)(g << NUM_2 | r >> NUM_8); in SetRGBA1010102PixelAlpha()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 46 constexpr int NUM_8 = 8; member 1393 if (actualSize < 0 || !InRegion(NUM_0, NUM_8, item->value[0].i32)) { in SetAlign() 1938 g_numberValues[NUM_8].f32 = options.bottomRightRadius; in GetClipShape() 2532 values[NUM_8].i32 = static_cast<ArkUI_Int32>(true); in SetSweepGradient() 2783 g_numberValues[NUM_8].f32 = options.topLeftRadius; in GetMask() 4934 if (actualSize < 0 || !InRegion(NUM_0, NUM_8, item->value[0].i32)) { in SetAlignContent() 8430 if (item->size == 0 || !InRegion(NUM_1, NUM_8, item->value[0].i32)) { in SetJustifyContent() 8503 if (!InRegion(NUM_1, NUM_8, item->value[NUM_2].i32)) { in SetFlexOptions() 8515 if (!InRegion(NUM_1, NUM_8, item->value[NUM_4].i32)) { in SetFlexOptions()
|