Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPoint.h63 struct SkIPoint { struct
64 int32_t fX; //!< x-axis value used by SkIPoint. argument
66 int32_t fY; //!< y-axis value used by SkIPoint. argument
74 static constexpr SkIPoint Make(int32_t x, int32_t y) { in Make() argument
84 /** Returns y-axis value of SkIPoint. argument
106 /** Returns SkIPoint changing the signs of fX and fY. argument
144 @param a SkIPoint to compare argument
/external/skqp/include/core/
DSkPoint.h62 struct SkIPoint { struct
63 int32_t fX; //!< x-axis value used by SkIPoint. argument
65 int32_t fY; //!< y-axis value used by SkIPoint. argument
73 static constexpr SkIPoint Make(int32_t x, int32_t y) { in Make() argument
83 /** Returns y-axis value of SkIPoint. argument
105 /** Returns SkIPoint changing the signs of fX and fY. argument
143 @param a SkIPoint to compare argument
/external/skqp/src/core/
DSkImageGenerator.cpp79 const SkIPoint&, in onGenerateTexture()
/external/skia/src/core/
DSkImageGenerator.cpp79 const SkIPoint&, in onGenerateTexture()