Searched defs:SkIPoint (Results 1 – 4 of 4) sorted by relevance
63 struct SkIPoint { struct64 int32_t fX; //!< x-axis value used by SkIPoint. argument66 int32_t fY; //!< y-axis value used by SkIPoint. argument74 static constexpr SkIPoint Make(int32_t x, int32_t y) { in Make() argument84 /** Returns y-axis value of SkIPoint. argument106 /** Returns SkIPoint changing the signs of fX and fY. argument144 @param a SkIPoint to compare argument
62 struct SkIPoint { struct63 int32_t fX; //!< x-axis value used by SkIPoint. argument65 int32_t fY; //!< y-axis value used by SkIPoint. argument73 static constexpr SkIPoint Make(int32_t x, int32_t y) { in Make() argument83 /** Returns y-axis value of SkIPoint. argument105 /** Returns SkIPoint changing the signs of fX and fY. argument143 @param a SkIPoint to compare argument
79 const SkIPoint&, in onGenerateTexture()