Home
last modified time | relevance | path

Searched refs:GetContentSize (Results 1 - 25 of 80) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dellipse_paint_method.h61 float height = paintWrapper->GetContentSize().Height();
62 float width = paintWrapper->GetContentSize().Width();
H A Dcircle_paint_method.h60 float height = paintWrapper->GetContentSize().Height();
61 float width = paintWrapper->GetContentSize().Width();
H A Dshape_paint_method.h47 float width = paintWrapper->GetContentSize().Width();
48 float height = paintWrapper->GetContentSize().Height();
H A Dline_paint_method.h52 const auto& contentSize = geometryNode->GetContentSize();
H A Dpath_paint_method.h62 const auto& contentSize = geometryNode->GetContentSize();
H A Dpolygon_paint_method.h63 const auto& contentSize = geometryNode->GetContentSize();
H A Drect_paint_method.h57 rect_.SetSize(rectPaintProperty->GetContentSize());
H A Dshape_container_pattern.cpp35 auto contentSize = geoNode->GetContentSize(); in ViewPortTransform()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.h78 SizeF GetContentSize() const in GetContentSize() function in OHOS::Ace::NG::PaintWrapper
80 return geometryNode_->GetContentSize(); in GetContentSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.cpp84 NormalizeRadius(radiusXY, paintWrapper->GetContentSize()); in UpdateBorderRadius()
139 auto size = paintWrapper->GetContentSize(); in UpdateOverlayModifier()
152 auto size = paintWrapper->GetContentSize(); in UpdateContentModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.h43 auto size = paintWrapper->GetContentSize();
63 auto size = paintWrapper->GetContentSize(); in UpdateBoundsRect()
120 auto size = paintWrapper->GetContentSize();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_paint_method.cpp30 auto layoutSize = paintWrapper->GetContentSize(); in PaintRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_layout_algorithm.cpp55 auto contentSize = layoutWrapper->GetGeometryNode()->GetContentSize(); in Layout()
68 auto contentSize = layoutWrapper->GetGeometryNode()->GetContentSize(); in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_method.h77 progressModifier_->SetContentSize(paintWrapper->GetContentSize());
78 CalculateStrokeWidth(paintWrapper->GetContentSize());
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dbar_item_layout_algorithm.cpp51 auto textWidth = textWrapper->GetGeometryNode()->GetContentSize().Width(); in MeasureToolbarItemText()
58 auto textHeight = textWrapper->GetGeometryNode()->GetContentSize().Height(); in MeasureToolbarItemText()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_paint_method.h37 auto size = paintWrapper->GetContentSize();
95 auto size = paintWrapper->GetContentSize();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp49 SizeF contentSize = paintWrapper->GetContentSize(); in UpdateContentModifier()
64 if (pManager->GetLongestLineWithIndent() > paintWrapper->GetContentSize().Width()) { in UpdateContentModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_paint_method.h54 loadingProgressModifier_->SetContentSize(paintWrapper->GetContentSize());
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_layout_algorithm.cpp40 auto contentSize = layoutWrapper->GetGeometryNode()->GetContentSize(); in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_paint_method.h50 ratingModifier_->SetContentSize(paintWrapper->GetContentSize());
H A Drating_layout_algorithm.cpp78 const auto& ratingSize = layoutWrapper->GetGeometryNode()->GetContentSize(); in Layout()
/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_option.h45 void GetContentSize(uint32_t& width, uint32_t& height);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp236 float sideLength = host->GetGeometryNode()->GetContentSize().Width(); in UpdateAccessibilityTextNode()
292 float sideLength = host->GetGeometryNode()->GetContentSize().Width(); in GetHandleCircleRadius()
320 float sideLength = host->GetGeometryNode()->GetContentSize().Width(); in CheckInHotSpot()
600 float sideLength = geometryNode->GetContentSize().Width(); in GetInnerFocusPaintRect()
640 float sideLength = geometryNode->GetContentSize().Width(); in OnFocusClick()
827 float sideLength = geometryNode->GetContentSize().Width(); in GetLastChoosePointOffset()
H A Dpatternlock_paint_method.cpp26 sideLength_ = paintWrapper->GetContentSize().Width(); in UpdateContentModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.h114 const Size& GetContentSize() in GetContentSize() function in OHOS::Ace::NG::SvgContext

Completed in 10 milliseconds

1234