Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/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/pdfium/core/fxcrt/
Dfx_coordinates.cpp345 float new_bottom = points[0].y; in TransformRect() local
350 new_bottom = std::min(new_bottom, points[i].y); in TransformRect()
352 return std::make_tuple(new_left, new_right, new_top, new_bottom); in TransformRect()
/external/libmojo/ui/gfx/geometry/
Drect.cc186 int new_bottom = std::min(bottom(), rect.bottom()); in Intersect() local
188 if (left >= new_right || top >= new_bottom) { in Intersect()
193 SetByBounds(left, top, new_right, new_bottom); in Intersect()
/external/libcups/cups/
Dppd-cache.c990 new_bottom, /* New bottom margin in 2540ths */ in _ppdCacheCreateWithPPD() local
1102 new_bottom = PWG_FROM_POINTS(ppd_size->bottom); in _ppdCacheCreateWithPPD()
1105 new_imageable = new_length - new_top - new_bottom; in _ppdCacheCreateWithPPD()
1106 new_borderless = new_bottom == 0 && new_top == 0 && in _ppdCacheCreateWithPPD()
1160 new_size->bottom = new_bottom; in _ppdCacheCreateWithPPD()