Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/private/base/
H A DSkPoint_impl.h28 struct SkIPoint { struct
34 @param x integer x-axis value of constructed SkIPoint argument
38 static constexpr SkIPoint Make(int32_t x, int32_t y) { in Make() argument
48 /** Returns y-axis value of SkIPoint. argument
70 /** Returns SkIPoint changing the signs of fX and fY. argument
108 @param a SkIPoint to compare argument