Searched refs:new_right (Results 1 – 6 of 6) sorted by relevance
/external/v4l2_codec2/accel/ |
D | rect.h | 93 int new_right = std::min(right(), rect.right()); in Intersect() local 96 if (left >= new_right || top >= new_bottom) { in Intersect() 101 SetRect(left, top, new_right - left, new_bottom - top); in Intersect()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | geom.h | 158 const float new_right = MIN(this->right_, that.right_); in Intersect() local 160 if (new_left >= new_right) { in Intersect() 171 return BoundingBox(new_left, new_top, new_right, new_bottom); in Intersect()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.cpp | 404 float new_right = points[0].x; in TransformRect() local 409 new_right = std::max(new_right, points[i].x); in TransformRect() 415 return CFX_FloatRect(new_left, new_bottom, new_right, new_top); in TransformRect()
|
/external/libchrome/ui/gfx/geometry/ |
D | rect.cc | 183 int new_right = std::min(right(), rect.right()); 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 | 991 new_right, /* New right margin in 2540ths */ in _ppdCacheCreateWithPPD() local 1103 new_right = PWG_FROM_POINTS(ppd_size->width - ppd_size->right); in _ppdCacheCreateWithPPD() 1107 new_left == 0 && new_right == 0; in _ppdCacheCreateWithPPD() 1161 new_size->right = new_right; in _ppdCacheCreateWithPPD()
|
/external/python/cpython3/Lib/test/ |
D | test_ast.py | 1390 new_right = ast.Constant(value=20j) 1391 ast.copy_location(new_right, binop.right) 1392 binop.right = new_right
|