Searched refs:GetArea (Results 1 - 8 of 8) sorted by relevance

/external/libmojo/ui/gfx/geometry/
H A Dsize_f.cc11 float SizeF::GetArea() const { function in class:gfx::SizeF
H A Dsize.h51 int GetArea() const;
H A Dsize_f.h39 float GetArea() const;
H A Dsize.cc50 int Size::GetArea() const { function in class:gfx::Size
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dgeom.h136 inline float GetArea() const {
152 return GetArea() > 0.0f;
183 SCHECK(GetArea() > 0.0f, "Empty bounding box!");
184 SCHECK(that.GetArea() > 0.0f, "Empty bounding box!");
186 const float intersect_area = this->Intersect(that).GetArea();
193 intersect_area / (GetArea() + that.GetArea() - intersect_area);
H A Dflow_cache.h132 if (valid_box.GetArea() <= 0.0f) {
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Drect_chromium.h56 int GetArea() const { return width_ * height_; } function in class:mojo::test::RectChromium
H A Dstruct_traits_unittest.cc65 if (r.GetArea() > largest_rect_.GetArea())

Completed in 1055 milliseconds