/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/ |
H A D | blank_paint_method.cpp | 30 auto layoutSize = paintWrapper->GetContentSize(); in PaintRect() local
|
/foundation/arkui/ace_engine/frameworks/core/components/proxy/ |
H A D | render_proxy.cpp | 43 Size layoutSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/padding/ |
H A D | render_padding.cpp | 43 auto layoutSize = Size(width, height); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | render_progress.cpp | 77 Size layoutSize; in Measure() local
|
H A D | render_bubble_progress.cpp | 83 Size layoutSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_layout_algorithm.cpp | 46 SizeF layoutSize; in MeasureContent() local
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_layout_algorithm.cpp | 61 auto layoutSize = contentConstraint.selfIdealSize.IsValid() ? contentConstraint.selfIdealSize.ConvertToSizeT() in MeasureContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_fit_convertor.cpp | 43 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 D | render_tip.cpp | 45 Size layoutSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/multimodal/ |
H A D | render_multimodal.cpp | 28 Size layoutSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | paint_wrapper.cpp | 117 auto layoutSize = GetGeometryNode()->GetFrameSize(); in FlushRender() local
|
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | render_texttimer.cpp | 100 Size layoutSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | rosen_render_tool_bar_item.cpp | 74 Size layoutSize = in DrawFocus() local
|
H A D | render_tool_bar.cpp | 40 Size layoutSize = GetLayoutParam().Constrain(Size(toolBarWidth_, toolBarHeight_)); in PerformLayout() local
|
H A D | render_tool_bar_item.cpp | 95 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 D | debug_boundary_painter.cpp | 38 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 D | rosen_scroll_bar_painter.cpp | 215 Size layoutSize; in RenderScrollBarBoundary() local
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | render_texture.cpp | 145 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 D | render_track.cpp | 175 Size layoutSize; in Measure() local
|
/foundation/arkui/ace_engine/test/mock/core/svg/ |
H A D | mock_svg_fit_convertor.cpp | 22 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 D | video_layout_algorithm.cpp | 117 auto layoutSize = contentConstraint.selfIdealSize.IsValid() ? contentConstraint.selfIdealSize.ConvertToSizeT()
in MeasureContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | rosen_render_list_item_group.cpp | 27 const auto& layoutSize = GetLayoutSize(); in PaintDivider() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_layout_algorithm_test_ng.cpp | 53 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 D | render_svg.cpp | 185 Size layoutSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/badge/ |
H A D | rosen_render_badge.cpp | 277 Size layoutSize; in RenderBadgeBoundary() local
|