Home
last modified time | relevance | path

Searched defs:layoutSize (Results 1 - 25 of 52) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_paint_method.cpp30 auto layoutSize = paintWrapper->GetContentSize(); in PaintRect() local
/foundation/arkui/ace_engine/frameworks/core/components/proxy/
H A Drender_proxy.cpp43 Size layoutSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/padding/
H A Drender_padding.cpp43 auto layoutSize = Size(width, height); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_progress.cpp77 Size layoutSize; in Measure() local
H A Drender_bubble_progress.cpp83 Size layoutSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_layout_algorithm.cpp46 SizeF layoutSize; in MeasureContent() local
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_layout_algorithm.cpp61 auto layoutSize = contentConstraint.selfIdealSize.IsValid() ? contentConstraint.selfIdealSize.ConvertToSizeT() in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_fit_convertor.cpp43 void SvgFitConvertor::ApplyFit(ImageFit imageFit, RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyFit() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Drender_tip.cpp45 Size layoutSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H A Drender_multimodal.cpp28 Size layoutSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.cpp117 auto layoutSize = GetGeometryNode()->GetFrameSize(); in FlushRender() local
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Drender_texttimer.cpp100 Size layoutSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drosen_render_tool_bar_item.cpp74 Size layoutSize = in DrawFocus() local
H A Drender_tool_bar.cpp40 Size layoutSize = GetLayoutParam().Constrain(Size(toolBarWidth_, toolBarHeight_)); in PerformLayout() local
H A Drender_tool_bar_item.cpp95 Size layoutSize = Size(menuWidth, GetLayoutSize().Height()); in ShowMenu() local
152 Size layoutSize = Size(child->GetLayoutParam().GetMaxSize().Width(), NormalizeToPx(TOOL_BAR_HEIGHT)); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Ddebug_boundary_painter.cpp38 void DebugBoundaryPainter::PaintDebugBoundary(SkCanvas* canvas, const Offset& offset, const Size& layoutSize) in PaintDebugBoundary() argument
65 PaintDebugMargin(SkCanvas* canvas, const Offset& offset, const Size& layoutSize, const EdgePx& margin) PaintDebugMargin() argument
92 PaintDebugMargin(RSCanvas* canvas, const Offset& offset, const Size& layoutSize, const EdgePx& margin) PaintDebugMargin() argument
123 PaintDebugCorner(SkCanvas* canvas, const Offset& offset, const Size& layoutSize) PaintDebugCorner() argument
156 PaintDebugCorner(RSCanvas* canvas, const Offset& offset, const Size& layoutSize) PaintDebugCorner() argument
[all...]
H A Drosen_scroll_bar_painter.cpp215 Size layoutSize; in RenderScrollBarBoundary() local
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp145 const Size& layoutSize = GetLayoutSize(); in ApplyObjectPosition() local
161 const Size& layoutSize = GetLayoutSize(); in CalculateFitContain() local
175 const Size& layoutSize = GetLayoutSize(); CalculateFitCover() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.cpp175 Size layoutSize; in Measure() local
/foundation/arkui/ace_engine/test/mock/core/svg/
H A Dmock_svg_fit_convertor.cpp22 void SvgFitConvertor::ApplyFit(ImageFit imageFit, RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyFit() argument
27 void SvgFitConvertor::ApplyFill(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyFill() argument
30 void SvgFitConvertor::ApplyContain(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyContain() argument
33 void SvgFitConvertor::ApplyCover(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyCover() argument
36 void SvgFitConvertor::ApplyWidth(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyWidth() argument
39 void SvgFitConvertor::ApplyHeight(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyHeight() argument
42 void SvgFitConvertor::ApplyNone(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyNone() argument
45 void SvgFitConvertor::ApplyScaleDown(RSCanvas& canvas, const Size& layoutSize, cons argument
48 ApplyAlignmentTopLeft(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentTopLeft() argument
51 ApplyAlignmentTop(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentTop() argument
54 ApplyAlignmentTopRight(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentTopRight() argument
57 ApplyAlignmentCenterLeft(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentCenterLeft() argument
60 ApplyAlignmentCenter(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentCenter() argument
63 ApplyAlignmentCenterRight(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentCenterRight() argument
66 ApplyAlignmentBottomLeft(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentBottomLeft() argument
69 ApplyAlignmentBottom(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentBottom() argument
72 ApplyAlignmentBottomRight(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) ApplyAlignmentBottomRight() argument
75 AdjustContentFit(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize, float svgScale, Alignment alignMent) AdjustContentFit() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_layout_algorithm.cpp117 auto layoutSize = contentConstraint.selfIdealSize.IsValid() ? contentConstraint.selfIdealSize.ConvertToSizeT() in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list_item_group.cpp27 const auto& layoutSize = GetLayoutSize(); in PaintDivider() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_layout_algorithm_test_ng.cpp53 float layoutSize = 10000.0f; in HWTEST_F() local
134 float layoutSize = 10000.0f; in HWTEST_F() local
216 float layoutSize = 10000.0f; HWTEST_F() local
298 float layoutSize = 10000.0f; HWTEST_F() local
380 float layoutSize = 10000.0f; HWTEST_F() local
458 float layoutSize = 10000.0f; HWTEST_F() local
539 float layoutSize = 10000.0f; HWTEST_F() local
620 float layoutSize = 10000.0f; HWTEST_F() local
701 float layoutSize = 10000.0f; HWTEST_F() local
785 float layoutSize = 10000.0f; HWTEST_F() local
866 float layoutSize = 10000.0f; HWTEST_F() local
944 float layoutSize = 10000.0f; HWTEST_F() local
1025 float layoutSize = 10000.0f; HWTEST_F() local
1106 float layoutSize = 10000.0f; HWTEST_F() local
1185 float layoutSize = 10000.0f; HWTEST_F() local
1264 float layoutSize = 10000.0f; HWTEST_F() local
1346 float layoutSize = 10000.0f; HWTEST_F() local
1428 float layoutSize = 10000.0f; HWTEST_F() local
1510 float layoutSize = 10000.0f; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg.cpp185 Size layoutSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Drosen_render_badge.cpp277 Size layoutSize; in RenderBadgeBoundary() local

Completed in 10 milliseconds

123