45 return a.fWidth ==
b.fWidth &&
a.fHeight ==
b.fHeight;
89 return a.fWidth ==
b.fWidth &&
a.fHeight ==
b.fHeight;
#define SkScalarRoundToInt(x)
#define SkScalarCeilToInt(x)
#define SkScalarFloorToInt(x)
static bool operator!=(const SkISize &a, const SkISize &b)
static bool operator==(const SkISize &a, const SkISize &b)
constexpr int64_t SkToS64(S x)
static constexpr SkISize MakeEmpty()
bool equals(int32_t w, int32_t h) const
static constexpr SkISize Make(int32_t w, int32_t h)
constexpr int32_t width() const
void set(int32_t w, int32_t h)
constexpr int32_t height() const
constexpr int64_t area() const
static constexpr SkSize Make(SkScalar w, SkScalar h)
static constexpr SkSize Make(const SkISize &src)
void set(SkScalar w, SkScalar h)
bool equals(SkScalar w, SkScalar h) const
static constexpr SkSize MakeEmpty()