Searched refs:updateBounds (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | boundsPen.py | 3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect 30 self.bounds = updateBounds(bounds, pt) 36 self.bounds = updateBounds(self.bounds, pt) 40 bounds = updateBounds(bounds, bcp1) 41 bounds = updateBounds(bounds, bcp2) 42 bounds = updateBounds(bounds, pt) 47 bounds = updateBounds(bounds, bcp) 48 bounds = updateBounds(bounds, pt) 66 bounds = updateBounds(bounds, pt) 74 bounds = updateBounds(bounds, pt)
|
/external/skia/src/gpu/batches/ |
D | GrAAStrokeRectBatch.cpp | 95 this->updateBounds(&bounds, fGeoData.back()); in appendAndUpdateBounds() 99 void init() { this->updateBounds(&fBounds, fGeoData[0]); } in init() 102 void updateBounds(SkRect* bounds, const Geometry& geo) { in updateBounds() function in AAStrokeRectBatch
|
/external/fonttools/Lib/fontTools/misc/ |
D | arrayTools.py | 33 def updateBounds(bounds, p, min=min, max=max): function
|
/external/opencv3/modules/calib3d/src/ |
D | rho.cpp | 388 inline void updateBounds(void); 1073 updateBounds(); in verify() 1689 inline void RHO_HEST_REFC::updateBounds(void){ in updateBounds() function in cv::RHO_HEST_REFC
|