Searched refs:new_top (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | geom.h | 164 const float new_top = MAX(this->top_, that.top_); 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 | 406 float new_top = points[0].y; in TransformRect() local 411 new_top = std::max(new_top, points[i].y); in TransformRect() 415 return CFX_FloatRect(new_left, new_bottom, new_right, new_top); in TransformRect()
|
/external/rust/crates/managed/src/ |
D | slotmap.rs | 224 let new_top = new_index.checked_add(1).unwrap(); in next_free_slot() localVariable 226 let offset = self.indices.free_list_offset(free_index, new_top); in next_free_slot()
|
/external/freetype/src/truetype/ |
D | ttinterp.h | 164 FT_Long new_top; /* new top after exec. */ member
|
D | ttinterp.c | 2773 exc->new_top = 0; in Ins_CLEAR() 4227 exc->new_top += L; in Ins_NPUSHB() 4258 exc->new_top += L; in Ins_NPUSHW() 5393 exc->new_top = exc->args; in Ins_FLIPPT() 5605 exc->new_top = exc->args; in Ins_SHP() 5855 exc->new_top = exc->args; in Ins_SHPIX() 6519 exc->new_top = exc->args; in Ins_ALIGNRP() 6807 exc->new_top = exc->args; in Ins_IP() 7273 exc->new_top = exc->args; in Ins_DELTAP() 7351 exc->new_top = exc->args; in Ins_DELTAC() [all …]
|
/external/python/cpython2/Lib/ |
D | pstats.py | 265 self.top_level = new_top = {} 267 new_top[func_strip_path(func)] = None
|
/external/python/cpython3/Lib/ |
D | pstats.py | 299 self.top_level = new_top = set() 301 new_top.add(func_strip_path(func))
|
/external/libcups/cups/ |
D | ppd-cache.c | 1019 new_top, /* New top margin in 2540ths */ in _ppdCacheCreateWithPPD() local 1134 new_top = PWG_FROM_POINTS(ppd_size->length - ppd_size->top); in _ppdCacheCreateWithPPD() 1135 new_imageable = new_length - new_top - new_bottom; in _ppdCacheCreateWithPPD() 1136 new_borderless = new_bottom == 0 && new_top == 0 && in _ppdCacheCreateWithPPD() 1192 new_size->top = new_top; in _ppdCacheCreateWithPPD()
|