Home
last modified time | relevance | path

Searched defs:SkIPoint (Results 1 – 4 of 4) 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/flutter/skia/include/core/
DSkPoint.h26 struct SkIPoint { struct
32 @param x integer x-axis value of constructed SkIPoint argument
36 static constexpr SkIPoint Make(int32_t x, int32_t y) { in Make() argument
46 /** Returns y-axis value of SkIPoint. argument
68 /** Returns SkIPoint changing the signs of fX and fY. argument
106 @param a SkIPoint to compare argument
/third_party/skia/src/core/
DSkImageGenerator.cpp62 const SkIPoint&, in onGenerateTexture()
/third_party/flutter/skia/src/core/
DSkImageGenerator.cpp77 const SkIPoint&, in onGenerateTexture()