Searched defs:Extents (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 82 struct Extents struct 84 Extents() : width(0), height(0), depth(0) {} in Extents() function 85 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) {} in Extents() argument 88 Extents &operator=(const Extents &other) = default; argument 97 bool operator==(const Extents &lhs, const Extents &rhs); argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 165 struct Extents struct 167 Extents() : width(0), height(0), depth(0) {} in Extents() argument 168 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) {} in Extents() function 171 Extents &operator=(const Extents &other) = default; argument 180 bool operator==(const Extents &lhs, const Extents &rhs); argument
|