Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/src/core/
DSkImageGenerator.cpp62 const SkIPoint&, in onGenerateTexture()