OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetArea
(Results
1 - 8
of
8
) sorted by null
/external/libmojo/ui/gfx/geometry/
size_f.cc
11
float SizeF::
GetArea
() const {
size.h
51
int
GetArea
() const;
size_f.h
39
float
GetArea
() const;
size.cc
50
int Size::
GetArea
() const {
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
geom.h
136
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);
flow_cache.h
132
if (valid_box.
GetArea
() <= 0.0f) {
/external/libmojo/mojo/public/cpp/bindings/tests/
rect_chromium.h
56
int
GetArea
() const { return width_ * height_; }
struct_traits_unittest.cc
65
if (r.
GetArea
() > largest_rect_.
GetArea
())
Completed in 308 milliseconds