Home
last modified time | relevance | path

Searched refs:updateBounds (Results 1 – 8 of 8) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
DboundsPen.py3 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/
DGrAAStrokeRectBatch.cpp95 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/
DarrayTools.py33 def updateBounds(bounds, p, min=min, max=max): function
/external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
DbtSoftBody.i108 result->updateBounds(); in btSoftBody()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBody.h967 void updateBounds();
DbtSoftBody.cpp51 updateBounds(); in btSoftBody()
800 updateBounds(); in transform()
839 updateBounds(); in scale()
1793 updateBounds(); in predictMotion()
2304 void btSoftBody::updateBounds() in updateBounds() function in btSoftBody
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java4244 public void updateBounds() { in updateBounds() method in btSoftBody
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp1958 result->updateBounds(); in new_btSoftBody__SWIG_2()
12764 (arg1)->updateBounds(); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1updateBounds()