Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPoint.h27 struct SkIPoint { struct
33 @param x integer x-axis value of constructed SkIPoint argument
37 static constexpr SkIPoint Make(int32_t x, int32_t y) { in Make() argument
47 /** Returns y-axis value of SkIPoint. argument
69 /** Returns SkIPoint changing the signs of fX and fY. argument
107 @param a SkIPoint to compare argument