Searched refs:updateBounds (Results 1 - 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
H A DboundsPen.py3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect namespace
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(bound
[all...]
/external/fonttools/Tools/fontTools/pens/
H A DboundsPen.py3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect namespace
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(bound
[all...]
/external/skia/src/gpu/batches/
H A DGrAAStrokeRectBatch.cpp95 this->updateBounds(&bounds, fGeoData.back());
99 void init() { this->updateBounds(&fBounds, fGeoData[0]); }
102 void updateBounds(SkRect* bounds, const Geometry& geo) { function in class:AAStrokeRectBatch
/external/fonttools/Lib/fontTools/misc/
H A DarrayTools.py33 def updateBounds(bounds, p, min=min, max=max): function
134 >>> updateBounds((0, 0, 0, 0), (100, 100))
/external/fonttools/Tools/fontTools/misc/
H A DarrayTools.py33 def updateBounds(bounds, p, min=min, max=max): function
134 >>> updateBounds((0, 0, 0, 0), (100, 100))
/external/opencv3/modules/calib3d/src/
H A Drho.cpp388 inline void updateBounds(void);
1073 updateBounds();
1689 inline void RHO_HEST_REFC::updateBounds(void){

Completed in 213 milliseconds