Searched defs:SkIPoint16 (Results 1 – 2 of 2) sorted by relevance
17 struct SkIPoint16 { struct18 int16_t fX; //!< x-axis value used by SkIPoint16 argument20 int16_t fY; //!< y-axis value used by SkIPoint16 argument29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument37 int16_t x() const { return fX; } in x()43 int16_t y() const { return fY; } in y()50 void set(int x, int y) { in set()