Home
last modified time | relevance | path

Searched refs:_translate (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js769 J3DIMatrix4.prototype.decompose = function(_translate, _rotate, _scale, _skew, _perspective) argument
778 …var translate = (_translate == undefined || !("length" in _translate)) ? new J3DIVector3 : _transl…
/external/python/cpython2/Lib/
Dbase64.py33 def _translate(s, altchars): function