| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | skia_decoration_painter.cpp | 256 static std::unique_ptr<GradientShader> CreateLinearGradient(const NG::Gradient& gradient, const SkSize& size) in CreateLinearGradient() argument 309 EndPointsFromAngle(float angle, const SkSize& size, SkPoint& firstPoint, SkPoint& secondPoint) EndPointsFromAngle() argument 358 DirectionToPoint( const std::optional<GradientDirection>& x, const std::optional<GradientDirection>& y, const SkSize& size) DirectionToPoint() argument 423 CreateRadialGradient(const NG::Gradient& gradient, const SkSize& size) CreateRadialGradient() argument 477 GetCenter(const std::shared_ptr<NG::RadialGradient>& radialGradient, const SkSize& size) GetCenter() argument 493 GetCircleSize( const std::shared_ptr<NG::RadialGradient>& radialGradient, const SkSize& size, const SkPoint& center) GetCircleSize() argument 538 RadiusToSide( const SkPoint& center, const SkSize& size, NG::RadialShapeType type, const CompareType& compare) RadiusToSide() argument 567 RadiusToCorner( const SkPoint& center, const SkSize& size, NG::RadialShapeType type, const CompareType& compare) RadiusToCorner() argument 637 CreateSweepGradient(const NG::Gradient& gradient, const SkSize& size) CreateSweepGradient() argument 664 GetCenter(const std::shared_ptr<NG::SweepGradient>& sweepGradient, const SkSize& size) GetCenter() argument 700 auto size = SkSize::Make(frameSize.Width(), frameSize.Height()); CreateGradientShader() local 721 SkiaDimensionToPx(const Dimension& value, const SizeF& size, LengthMode type) SkiaDimensionToPx() argument 740 SkiaGetFloatRadiusValue( const Dimension& src, const Dimension& dest, const SizeF& size, LengthMode type) SkiaGetFloatRadiusValue() argument 749 SkiaCreateSkPath(const RefPtr<BasicShape>& basicShape, const SizeF& size) SkiaCreateSkPath() argument 793 SkiaCreateInset( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreateInset() argument 822 SkiaCreateCircle( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreateCircle() argument 840 SkiaCreateEllipse( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreateEllipse() argument 862 SkiaCreatePolygon( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreatePolygon() argument 879 SkiaCreatePath( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreatePath() argument 899 SkiaCreateRect( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreateRect() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
| H A D | render_grid_scroll.cpp | 496 double size = 0.0; in BuildLazyGridLayout() local 622 Size size; in MakeInnerLayoutParam() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | inspector_composed_element.cpp | 955 int32_t size = static_cast<int32_t>(sizeof(BASIC_SHAPE_TYPE) / sizeof(BASIC_SHAPE_TYPE[0])); in GetClip() local 1257 int32_t size = static_cast<int32_t>(sizeof(BASIC_SHAPE_TYPE) / sizeof(BASIC_SHAPE_TYPE[0])); in GetMask() local 1457 auto size = Size(rectInLocal.Width() - marginLeft - marginRight, rectInLocal.Height() - marginTop - marginBottom); in GetCurrentRectAndOrigin() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_layout_algorithm.cpp | 389 float size = 0.0f; in GetChildMaxSize() local 898 auto size = geometryNode->GetFrameSize(); LayoutCustomAnimation() local 933 auto size = geometryNode->GetFrameSize(); Layout() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| H A D | textpicker_pattern.cpp | 1027 const size_t size = cascadeOptions_.size(); GetOptionsMultiStrInternal() local 1098 CheckAndUpdateColumnSize(SizeF& size, bool isNeedAdaptForAging) CheckAndUpdateColumnSize() argument [all...] |
| H A D | textpicker_column_pattern.cpp | 134 Size size = MeasureUtil::MeasureTextSize(measureContext); in OnModifyDone() local 658 const size_t size = animationProperties_.size(); in FlushAnimationTextProperties() local 792 auto size = MeasureUtil::MeasureTextSize(measureContext); AddAnimationTextProperties() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_image_modifier.cpp | 798 void GetImageResizable(ArkUINodeHandle node, ArkUI_Float32* arrayValue, ArkUI_Int32 size) in GetImageResizable() argument
|
| H A D | node_text_modifier.cpp | 562 void GetTextShadow(ArkUINodeHandle node, ArkUITextShadowStruct* shadow, uint32_t size) in GetTextShadow() argument 893 SetTextDataDetectorConfig(ArkUINodeHandle node, ArkUI_Uint32* values, ArkUI_Int32 size) SetTextDataDetectorConfig() argument [all...] |
| H A D | node_swiper_modifier.cpp | 325 GetFontContent( const std::string& size, const std::string& weight, bool isSelected, SwiperDigitalParameters& digitalParameters) GetFontContent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_pattern.h | 511 void ResetDragRecordSize(int32_t size) in ResetDragRecordSize() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| H A D | drawing_decoration_painter.cpp | 229 static std::unique_ptr<GradientShader> CreateLinearGradient(const NG::Gradient& gradient, const RSSize& size) in CreateLinearGradient() argument 282 EndPointsFromAngle(float angle, const RSSize& size, RSPoint& firstPoint, RSPoint& secondPoint) EndPointsFromAngle() argument 331 DirectionToPoint( const std::optional<GradientDirection>& x, const std::optional<GradientDirection>& y, const RSSize& size) DirectionToPoint() argument 396 CreateRadialGradient(const NG::Gradient& gradient, const RSSize& size) CreateRadialGradient() argument 450 GetCenter(const std::shared_ptr<NG::RadialGradient>& radialGradient, const RSSize& size) GetCenter() argument 466 GetCircleSize( const std::shared_ptr<NG::RadialGradient>& radialGradient, const RSSize& size, const RSPoint& center) GetCircleSize() argument 511 RadiusToSide( const RSPoint& center, const RSSize& size, NG::RadialShapeType type, const CompareType& compare) RadiusToSide() argument 540 RadiusToCorner( const RSPoint& center, const RSSize& size, NG::RadialShapeType type, const CompareType& compare) RadiusToCorner() argument 612 CreateSweepGradient(const NG::Gradient& gradient, const RSSize& size) CreateSweepGradient() argument 639 GetCenter(const std::shared_ptr<NG::SweepGradient>& sweepGradient, const RSSize& size) GetCenter() argument 675 auto size = RSSize(frameSize.Width(), frameSize.Height()); CreateGradientShader() local 696 DrawingDimensionToPx(const Dimension& value, const SizeF& size, LengthMode type) DrawingDimensionToPx() argument 715 DrawingGetFloatRadiusValue( const Dimension& src, const Dimension& dest, const SizeF& size, LengthMode type) DrawingGetFloatRadiusValue() argument 724 DrawingCreatePath(const RefPtr<BasicShape>& basicShape, const SizeF& size) DrawingCreatePath() argument 768 DrawingCreateInset( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateInset() argument 799 DrawingCreateCircle( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateCircle() argument 818 DrawingCreateEllipse( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateEllipse() argument 840 DrawingCreatePolygon( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreatePolygon() argument 857 DrawingCreatePath( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreatePath() argument 876 DrawingCreateRect( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateRect() argument [all...] |
| /foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
| H A D | napi_utils.cpp | 63 auto size = static_cast<uint32_t>(params.size()); in ReplaceHolder() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_layout_algorithm.cpp | 960 auto size = layoutWrapper->GetGeometryNode()->GetFrameSize(); in UpdateUnitLayout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
| H A D | timepicker_column_pattern.cpp | 130 Size size = MeasureUtil::MeasureTextSize(measureContext); in OnModifyDone() local 397 auto size = geometryNode->GetFrameSize(); in OnDirtyLayoutWrapperSwap() local 638 auto size = MeasureUtil::MeasureTextSize(measureContext); in AddAnimationTextProperties() local [all...] |
| /foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
| H A D | js_drag_controller.cpp | 405 double ConvertToPx(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, const Dimension& dimension, double size) in ConvertToPx() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
| H A D | bundle_manager_utils.h | 33 int64_t size; member 43 int64_t size; member 54 int64_t size; member 97 int64_t size; member 124 int64_t size; member 136 int64_t size; member 167 int64_t size; member 192 int64_t size; member 201 int64_t size; member 212 int64_t size; member 222 int64_t size; global() member 234 int64_t size; global() member 263 int64_t size; global() member 281 int64_t size; global() member 304 int64_t size; global() member [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_util.cpp | 210 bool BundleUtil::CheckSystemFreeSize(const std::string &path, int64_t size) in CheckSystemFreeSize() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | native_node_test.cpp | 121 float size = 100.0f; in HWTEST_F() local 1401 float size = 10.0f; HWTEST_F() local 1544 float size = 10.0f; HWTEST_F() local 2206 float size = 10.0f; HWTEST_F() local 2443 float size = 10.0f; HWTEST_F() local 5159 int32_t size = 0; HWTEST_F() local 5191 int32_t size = 1; HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | component.cpp | 1387 uint16_t size = JSArray::Length(descriptorOrElements); in AppendDescriptorOrElements() local 1662 uint16_t size = JSArray::Length(descriptors_); in AppendChildren() local 1879 uint16_t size = JSArray::Length(descriptors_); in HandleChildrenChange() local 2013 HandleRotationRequest(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t size) HandleRotationRequest() argument [all...] |
| H A D | chart_component.cpp | 832 uint8_t size = GetSizeVal(jPointStyleVal, styleName, defaultValue); in SetOptionsInfo() local 975 uint16_t size = strtol(sizeVal, nullptr, DEC); GetSizeVal() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | js_fwk_common.cpp | 155 jerry_size_t size = jerry_get_string_size(target); in MallocStringOf() local 1022 size_t size in ParseRgbaColor() local 1133 CallWithRootAbilitySlice(JSValue func, JSValue args[], JSSize size) CallWithRootAbilitySlice() argument [all...] |
| /foundation/arkui/ui_lite/interfaces/kits/font/ |
| H A D | ui_font_header.h | 329 uint32_t size; // LANG_SIZE_LEN member 381 uint8_t size; // Invalid value for vector font member
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| H A D | gatt_server_profile.cpp | 1538 AssembleDataPackage( uint8_t *dest, uint8_t destMax, uint8_t *offset, uint8_t *src, uint8_t size) AssembleDataPackage() argument [all...] |
| H A D | gatt_client_profile.cpp | 2141 SplitDataPackage( uint8_t *dest, uint8_t destMax, uint8_t *offset, uint8_t *src, uint8_t size) SplitDataPackage() argument [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
| H A D | installd_host_impl.cpp | 1782 int64_t size in ReadFileIntoJson() local [all...] |