HomeSort by relevance Sort by last modified time
    Searched defs:SkIPoint16 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkIPoint16.h 14 /** \struct SkIPoint16
15 SkIPoint16 holds two 16 bit integer coordinates.
17 struct SkIPoint16 {
18 int16_t fX; //!< x-axis value used by SkIPoint16
20 int16_t fY; //!< y-axis value used by SkIPoint16
27 @return SkIPoint16 (x, y)
29 static constexpr SkIPoint16 Make(int x, int y) {
33 /** Returns x-axis value of SkIPoint16.
  /external/skqp/src/core/
SkIPoint16.h 14 /** \struct SkIPoint16
15 SkIPoint16 holds two 16 bit integer coordinates.
17 struct SkIPoint16 {
18 int16_t fX; //!< x-axis value used by SkIPoint16
20 int16_t fY; //!< y-axis value used by SkIPoint16
27 @return SkIPoint16 (x, y)
29 static constexpr SkIPoint16 Make(int x, int y) {
33 /** Returns x-axis value of SkIPoint16.

Completed in 234 milliseconds