Home
last modified time | relevance | path

Searched defs:CalcSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_property.h48 CalcSize(const CalcLength& width, const CalcLength& height) : width_(width), height_(height) {} in CalcSize() function
49 CalcSize(std::optional<CalcLength> width, std::optional<CalcLength> height) in CalcSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.cpp29 Size RosenRenderShape::CalcSize() in CalcSize() function in OHOS::Ace::RosenRenderShape