Searched defs:CalcSize (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/shape/ | ||
H A D | rosen_render_shape.cpp | 29 Size RosenRenderShape::CalcSize() in CalcSize() function in OHOS::Ace::RosenRenderShape |
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ | ||
H A D | measure_property.h | 45 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