Searched defs:GetArea (Results 1 – 5 of 5) sorted by relevance
11 float SizeF::GetArea() const { in GetArea() function in gfx::SizeF
50 int Size::GetArea() const { in GetArea() function in gfx::Size
56 int GetArea() const { return width_ * height_; } in GetArea() function
38 int GetArea() const { return GetCheckedArea().ValueOrDie(); } in GetArea() function
136 inline float GetArea() const { in GetArea() function