Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrRect.h14 struct GrIRect16 { struct
17 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
23 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() argument
29 static GrIRect16 SK_WARN_UNUSED_RESULT MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) { in MakeXYWH() argument
35 int width() const { return fRight - fLeft; } in width()
36 int height() const { return fBottom - fTop; } in height()
37 int area() const { return this->width() * this->height(); } in area()
38 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
40 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty()
42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrRect.h14 struct GrIRect16 { struct
17 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
23 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() argument
29 static GrIRect16 SK_WARN_UNUSED_RESULT MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) { in MakeXYWH() argument
35 int width() const { return fRight - fLeft; } in width()
36 int height() const { return fBottom - fTop; } in height()
37 int area() const { return this->width() * this->height(); } in area()
38 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
40 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty()
42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/geometry/
H A DGrRect.h16 struct GrIRect16 { struct
19 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
25 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() argument
37 static GrIRect16 SK_WARN_UNUSED_RESULT Make(const SkIRect& ir) { in Make() argument
43 int width() const { return fRight - fLeft; } in width()
44 int height() const { return fBottom - fTop; } in height()
45 int area() const { return this->width() * this->height(); } in area()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty()
57 void set(const SkIRect& r) { in set()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/geometry/
H A DGrRect.h16 struct GrIRect16 { struct
19 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
25 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() argument
37 static GrIRect16 SK_WARN_UNUSED_RESULT Make(const SkIRect& ir) { in Make() argument
43 int width() const { return fRight - fLeft; } in width()
44 int height() const { return fBottom - fTop; } in height()
45 int area() const { return this->width() * this->height(); } in area()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty()
50 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/geometry/
H A DGrRect.h16 struct GrIRect16 { struct
19 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
25 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() argument
37 static GrIRect16 SK_WARN_UNUSED_RESULT Make(const SkIRect& ir) { in Make() argument
43 int width() const { return fRight - fLeft; } in width()
44 int height() const { return fBottom - fTop; } in height()
45 int area() const { return this->width() * this->height(); } in area()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty()
50 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/geometry/
H A DGrRect.h16 struct GrIRect16 { struct
19 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
25 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() argument
37 static GrIRect16 SK_WARN_UNUSED_RESULT Make(const SkIRect& ir) { in Make() argument
43 int width() const { return fRight - fLeft; } in width()
44 int height() const { return fBottom - fTop; } in height()
45 int area() const { return this->width() * this->height(); } in area()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty()
50 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/geometry/
H A DGrRect.h16 struct GrIRect16 { struct
19 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
25 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() argument
37 static GrIRect16 SK_WARN_UNUSED_RESULT Make(const SkIRect& ir) { in Make() argument
43 int width() const { return fRight - fLeft; } in width()
44 int height() const { return fBottom - fTop; } in height()
45 int area() const { return this->width() * this->height(); } in area()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty()
50 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/geometry/
H A DGrRect.h16 struct GrIRect16 { struct
19 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
25 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() argument
37 static GrIRect16 SK_WARN_UNUSED_RESULT Make(const SkIRect& ir) { in Make() argument
43 int width() const { return fRight - fLeft; } in width()
44 int height() const { return fBottom - fTop; } in height()
45 int area() const { return this->width() * this->height(); } in area()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
48 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty()
50 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set()
[all …]