Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DX2DFast.js26 export class X2DFast { class
28 if (X2DFast.px2f === null) {
29 X2DFast.px2f = new X2DFast();
31 return X2DFast.px2f;
48 X2DFast.transform2D.unit();
50 let tm = X2DFast.transform2D.mat;
127 X2DFast.tmpMat.unit();
156 X2DFast.tmpMat.move(x, y, 0);
212 let tmat = X2DFast.tmpMat.mat;
264 X2DFast.tmpMat = new XMat4();
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DRightMenu.js15 const { X2DFast } = require('./graphics/X2DFast');
112 X2DFast.px2f.drawCut(this.backgroundCut_, x, y, 1, 0.88, 0, -1, -1);
114 X2DFast.px2f.drawCut(this.backgroundCut_, x, y, 1, 0.3, 0, -1, -1);
116 X2DFast.px2f.drawCut(this.backgroundCut_, x, y, 1, 1, 0, -1, -1);
121 X2DFast.px2f.drawCut(
129 X2DFast.px2f.drawLine(x, y, x + w, y, 0xff808080, 2);
134 X2DFast.px2f.drawText(
148 X2DFast.px2f.drawText(
173 X2DFast.px2f.drawText(symbol, RightMenu.TEXT_SIZE, x + w, OFFY_, 1, 1, 0,
H A DGLFrame.js17 import { X2DFast } from './graphics/X2DFast.js';
205 X2DFast.gi().resetMat();
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A Dindex.js18 import { X2DFast } from './engine/graphics/X2DFast.js';
41 let pm2f = X2DFast.gi();
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/
H A DXButton.js16 const { X2DFast } = require('../graphics/X2DFast');
20 this.pm2f_ = X2DFast.gi();
H A DXSelect.js16 const { X2DFast } = require('../graphics/X2DFast');
21 this.pm2f_ = X2DFast.gi();