Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkIPoint16.h17 struct SkIPoint16 { struct
18 int16_t fX; //!< x-axis value used by SkIPoint16 argument
20 int16_t fY; //!< y-axis value used by SkIPoint16 argument
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
37 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()
/external/skqp/src/core/
DSkIPoint16.h17 struct SkIPoint16 { struct
18 int16_t fX; //!< x-axis value used by SkIPoint16 argument
20 int16_t fY; //!< y-axis value used by SkIPoint16 argument
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
37 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()