Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds