Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dpoint.h226 inline PointI::PointI() noexcept : x_(0), y_(0) {} in PointI() function
228 inline PointI::PointI(const PointI& p) noexcept : x_(p.GetX()), y_(p.GetY()) {} in PointI() function
230 inline PointI::PointI(int x, int y) noexcept : x_(x), y_(y) {} in PointI() function