Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DX2DFast.js127 X2DFast.tmpMat.unit();
147 X2DFast.tmpMat.move(-ox, -oy, 0);
150 X2DFast.tmpMat.scale(sw, sh, 1);
153 X2DFast.tmpMat.rotate(0, 0, ra);
156 X2DFast.tmpMat.move(x, y, 0);
212 let tmat = X2DFast.tmpMat.mat;
264 X2DFast.tmpMat = new XMat4(); variable in X2DFast