Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkIPoint16.h17 struct SkIPoint16 { struct
18 int16_t fX; //!< x-axis value used by SkIPoint16 argument
20 int16_t fY; //!< y-axis value used by SkIPoint16 argument
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
37 int16_t x() const { return fX; } in x()
43 int16_t y() const { return fY; } in y()
50 void set(int x, int y) { in set()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkIPoint16.h17 struct SkIPoint16 { struct
18 int16_t fX; //!< x-axis value used by SkIPoint16 argument
20 int16_t fY; //!< y-axis value used by SkIPoint16 argument
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
37 int16_t x() const { return fX; } in x()
43 int16_t y() const { return fY; } in y()
50 void set(int x, int y) { in set()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkIPoint16.h17 struct SkIPoint16 { struct
18 int16_t fX; //!< x-axis value used by SkIPoint16 argument
20 int16_t fY; //!< y-axis value used by SkIPoint16 argument
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
37 int16_t x() const { return fX; } in x()
43 int16_t y() const { return fY; } in y()
50 void set(int x, int y) { in set()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkIPoint16.h17 struct SkIPoint16 { struct
18 int16_t fX; //!< x-axis value used by SkIPoint16 argument
20 int16_t fY; //!< y-axis value used by SkIPoint16 argument
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
37 int16_t x() const { return fX; } in x()
43 int16_t y() const { return fY; } in y()
50 void set(int x, int y) { in set()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkIPoint16.h17 struct SkIPoint16 { struct
18 int16_t fX; //!< x-axis value used by SkIPoint16 argument
20 int16_t fY; //!< y-axis value used by SkIPoint16 argument
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
37 int16_t x() const { return fX; } in x()
43 int16_t y() const { return fY; } in y()
50 void set(int x, int y) { in set()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkIPoint16.h17 struct SkIPoint16 { struct
18 int16_t fX; //!< x-axis value used by SkIPoint16 argument
20 int16_t fY; //!< y-axis value used by SkIPoint16 argument
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
37 int16_t x() const { return fX; } in x()
43 int16_t y() const { return fY; } in y()
50 void set(int x, int y) { in set()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/ros/
H A Dros-err.cnf18 err_handle = NULL;
21 if (!err_handle ||
28 descr = wmem_strdup(actx->pinfo->pool, "ERR:");
31 if (actx->rose_ctx->apdu_depth >= 0)
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkPoint.h18 struct SkIPoint16 { struct
19 int16_t fX; //!< x-axis value used by SkIPoint16 argument
21 int16_t fY; //!< y-axis value used by SkIPoint16 argument
30 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
38 int16_t x() const { return fX; } in x()
44 int16_t y() const { return fY; } in y()
51 void set(int x, int y) { in set()