Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_stack_modifier.cpp30 constexpr int NUM_8 = 8; member
62 case NUM_8: in SetAlignContent()
H A Dnode_common_modifier.cpp60 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 Dalignment.cpp28 constexpr int NUM_8 = 8; member
146 case NUM_8: in ParseAlignment()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp28 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 Deffect_napi.cpp21 constexpr uint32_t NUM_8 = 8; member
341 return (parseTimes == NUM_8); in ParseBrightnessBlender()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp146 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 Darkts_native_slider_bridge.cpp26 constexpr int NUM_8 = 8; member
734 CHECK_EQUAL_RETURN(runtimeCallInfo->GetArgsNumber() != NUM_8, true, panda::JSValueRef::Undefined(vm)); in SetSliderOptions()
H A Darkts_native_common_bridge.cpp49 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 Dimage_format_convert.cpp44 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 Dpixel_map.cpp116 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 Dstyle_modifier.cpp46 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()

Completed in 79 milliseconds