Searched refs:GetArea (Results 1 – 8 of 8) sorted by relevance
136 inline float GetArea() const { in GetArea() function152 return GetArea() > 0.0f; in ValidBox()183 SCHECK(GetArea() > 0.0f, "Empty bounding box!"); in PascalScore()184 SCHECK(that.GetArea() > 0.0f, "Empty bounding box!"); in PascalScore()186 const float intersect_area = this->Intersect(that).GetArea(); in PascalScore()193 intersect_area / (GetArea() + that.GetArea() - intersect_area); in PascalScore()
131 if (valid_box.GetArea() <= 0.0f) { in GetMedianFlow()
11 float SizeF::GetArea() const { in GetArea() function in gfx::SizeF
51 int GetArea() const;
39 float GetArea() const;
50 int Size::GetArea() const { in GetArea() function in gfx::Size
56 int GetArea() const { return width_ * height_; } in GetArea() function
67 if (r.GetArea() > largest_rect_.GetArea()) in AddRect()