Searched defs:SizeT (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ | ||
H A D | size_t.h | 31 class SizeT { class 35 SizeT(T width, T height) : width_(width), height_(height) {} in SizeT() function in OHOS::Ace::NG::SizeT 37 SizeT(T crossSize, T mainSize, Axis axis) in SizeT() function in OHOS::Ace::NG::SizeT 94 void SetSizeT(const SizeT& SizeT) in SetSizeT() argument [all...] |
Completed in 1 milliseconds