Home
last modified time | relevance | path

Searched defs:size (Results 10676 - 10700 of 12408) sorted by relevance

1...<<421422423424425426427428429430>>...497

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp904 CalcDimension size; ParseTextStyle() local
[all...]
H A Djs_navigation_stack.cpp508 auto size = GetSize(); in GetRouteParam() local
572 size_t size = propertyNames->Length(); ParseJsObject() local
[all...]
H A Djs_search.cpp312 CalcDimension size = theme->GetFontSize(); in SetSearchButton() local
440 CalcDimension size; SetSearchImageIcon() local
645 CalcDimension size; SetPlaceholderFont() local
695 CalcDimension size = themeFontSize; SetTextFont() local
[all...]
H A Djs_web_controller.cpp64 auto size = argument->GetBinaryValueSize(); in ToJsValueHelper() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h346 int64_t size; member
H A Dcj_canvas_ffi.cpp258 FfiOHOSAceFrameworkRenderingContextSetFont( int64_t contextId, int32_t style, const char* weight, double size, int32_t sizeUnit, const char* family) FfiOHOSAceFrameworkRenderingContextSetFont() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h203 void SetPointSize(const Dimension& size) in SetPointSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_input_bridge.cpp1399 struct ArkUISizeType size = {iconSize.Value(), static_cast<int8_t>(iconSize.Unit())}; SetCancelButtonImage() local
[all...]
H A Darkts_native_text_bridge.cpp850 auto size = theme->GetTextStyle().GetFontSize(); in SetFont() local
[all...]
H A Darkts_native_search_bridge.cpp120 CalcDimension size = themeFontSize; in SetTextFont() local
321 struct ArkUISizeType size = {0.0, 0}; in SetCancelButton() local
412 CalcDimension size; SetPlaceholderFont() local
470 CalcDimension size; SetSearchIcon() local
543 CalcDimension size = theme->GetFontSize(); SetSearchButton() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp450 auto size = SkSize::Make(GetLayoutSize().Width(), GetLayoutSize().Height()); global() local
452 auto size = RSSize(GetLayoutSize().Width(), GetLayoutSize().Height()); global() local
865 Size size; global() local
910 Size size; global() local
955 CreateInset( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1005 CreateCircle( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1041 CreateEllipse( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1082 CreatePolygon( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1103 CreatePolygon( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, RSPath* drawingPath) global() argument
1126 CreatePath( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1164 CreateRect( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1220 GetFloatRadiusValue( const Dimension& src, const Dimension& dest, const Size& size, LengthMode type) global() argument
1229 GetSizeAndPosition(GeometryBoxType geometryBoxType, Size& size, Offset& position) global() argument
1256 DimensionToPx(const Dimension& value, const Size& size, LengthMode type) const global() argument
1278 DimensionToPx(const Dimension& value, const Size& size, LengthMode type) const global() argument
1369 SetBackgroundSize(const BackgroundImageSize& size) global() argument
[all...]
H A Drender_box.cpp654 Size size = GetPaintSize() * viewScale; in OnPaintFinish() local
662 Size size = paintSize_; in OnPaintFinish() local
689 CalculateScale(RefPtr<AccessibilityNode> node, Offset& globalOffset, Size& size) CalculateScale() argument
714 CalculateRotate(RefPtr<AccessibilityNode> node, Offset& globalOffset, Size& size) CalculateRotate() argument
753 CalculateTranslate(RefPtr<AccessibilityNode> node, Offset& globalOffset, Size& size) CalculateTranslate() argument
824 SetBackgroundSize(const BackgroundImageSize& size) SetBackgroundSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1862 auto size = Dimension(StringToDouble(fontProp)); in JsFontSetter() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dsearch_modifier.cpp127 SetSearchCancelButton(ArkUINodeHandle node, ArkUI_Int32 style, const struct ArkUISizeType* size, ArkUI_Uint32 color, ArkUI_CharPtr src) SetSearchCancelButton() argument
H A Dnode_image_modifier.cpp798 void GetImageResizable(ArkUINodeHandle node, ArkUI_Float32* arrayValue, ArkUI_Int32 size) in GetImageResizable() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp256 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 Drender_grid_scroll.cpp496 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 Dinspector_composed_element.cpp955 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 Dswiper_layout_algorithm.cpp389 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 Dtextpicker_pattern.cpp1027 const size_t size = cascadeOptions_.size(); GetOptionsMultiStrInternal() local
1098 CheckAndUpdateColumnSize(SizeF& size, bool isNeedAdaptForAging) CheckAndUpdateColumnSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h511 void ResetDragRecordSize(int32_t size) in ResetDragRecordSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp229 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 Dnapi_utils.cpp63 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 Dtext_field_layout_algorithm.cpp960 auto size = layoutWrapper->GetGeometryNode()->GetFrameSize(); in UpdateUnitLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp130 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...]

Completed in 55 milliseconds

1...<<421422423424425426427428429430>>...497