Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsize.h124 inline SizeI::SizeI() noexcept : width_(0.0), height_(0.0) {} in SizeI() function
126 inline SizeI::SizeI(const SizeI& s) noexcept : width_(s.Width()), height_(s.Height()) {} in SizeI() function
128 inline SizeI::SizeI(int w, int h) noexcept : width_(w), height_(h) {} in SizeI() function