Searched refs:new_bottom (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | geom.h | 165 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/ |
D | fx_coordinates.cpp | 345 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/libchrome/ui/gfx/geometry/ |
D | rect.cc | 184 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/libcups/cups/ |
D | ppd-cache.c | 990 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()
|