Home
last modified time | relevance | path

Searched refs:new_bottom (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dgeom.h165 const float new_bottom = MIN(this->bottom_, that.bottom_); in Intersect() local
167 if (new_top >= new_bottom) { in Intersect()
171 return BoundingBox(new_left, new_top, new_right, new_bottom); in Intersect()
/external/libchrome/ui/gfx/geometry/
Drect.cc184 int new_bottom = std::min(bottom(), rect.bottom()); in Intersect() local
186 if (left >= new_right || top >= new_bottom) { in Intersect()
191 SetByBounds(left, top, new_right, new_bottom); in Intersect()
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp407 float new_bottom = points[0].y; in TransformRect() local
412 new_bottom = std::min(new_bottom, points[i].y); in TransformRect()
415 return CFX_FloatRect(new_left, new_bottom, new_right, new_top); in TransformRect()
/external/libcups/cups/
Dppd-cache.c1017 new_bottom, /* New bottom margin in 2540ths */ in _ppdCacheCreateWithPPD() local
1132 new_bottom = PWG_FROM_POINTS(ppd_size->bottom); in _ppdCacheCreateWithPPD()
1135 new_imageable = new_length - new_top - new_bottom; in _ppdCacheCreateWithPPD()
1136 new_borderless = new_bottom == 0 && new_top == 0 && in _ppdCacheCreateWithPPD()
1190 new_size->bottom = new_bottom; in _ppdCacheCreateWithPPD()