/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
D | XDefine.js | 21 Scr.height = h; 26 if (Scr.logicw == w && Scr.width == w && Scr.logich == h && Scr.height == h) 31 Scr.height = h; 36 Scr.height = info.windowHeight; 42 Scr.height = 240;
|
D | GLFrame.js | 230 y = (y * Scr.logich) / Scr.height;
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ |
D | index.js | 25 canvas.height = window.innerHeight; 30 canvas.height != window.innerHeight 33 canvas.height = window.innerHeight; 35 Scr.setLogicScreenSize(canvas.width, canvas.height); 56 Scr.setLogicScreenSize(canvas.width, canvas.height);
|
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
D | interface_merge.ts | 19 height: number; property 27 let box: Box = {height: 5, width: 6, scale: 10}; 29 assert(box.height === 5, 'success');
|
D | interface_keyof.ts | 19 height: number; property
|
/arkcompiler/ets_runtime/test/typeinfer/interface/ |
D | interface.ts | 70 height : number; 102 height : 100, 104 return this.height; 121 AssertType(stu.height, "number");
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | mappedTypes2.ts | 74 height: number; property 81 height?: number; property 88 readonly height: number; property 101 assign(s2, { width: 10, height: 20 }); 102 AssertType(assign(s2, { width: 10, height: 20 }), "void"); 105 AssertType({ width: 10, height: 20 }, "{ width: number; height: number; }"); 108 AssertType(height, "number");
|
D | typeGuardNarrowsIndexedAccessOfKnownProperty1.ts | 28 height: number; property 118 AssertType(s[0]["sub"]["under"]["shape"]["width"] * s[0]["sub"]["under"]["shape"].height, "number"); 130 AssertType(s[0]["sub"]["under"]["shape"].height, "number"); 140 return s[0]["sub"]["under"]["shape"]["width"] * s[0]["sub"]["under"]["shape"].height;
|
/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/ |
D | discriminated_unions.ts | 26 height: number; property 43 result = s.height * s.width;
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XTexture.js | 37 this.textCvs.height = 256; 100 XTexture.pinstance_.ximages[rid].h = image.height; 162 loadTexture(width, height) { argument 172 height, 184 h: height, 223 let h = imgd.height;
|
/arkcompiler/ets_frontend/arkguard/test/grammar/obj/ |
D | obj_demo_2_use.ts | 20 assert.strictEqual(dog.height, 10);
|
/arkcompiler/ets_frontend/testTs/expect/types/mapped/ |
D | mappedTypes2.txt | 3 …}, {'t': 25, 'v': 1}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'height'}, {'t': 25, 'v': … 6 …}, {'t': 25, 'v': 1}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'height'}, {'t': 25, 'v': … 8 …}, {'t': 25, 'v': 1}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'height'}, {'t': 25, 'v': …
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | CanvasInput.js | 28 ci.style.height = h + 'px';
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 1560 this.jsbTexture.setPixelsHigh(this._texture.height); 1997 height: o.height, property 2040 l = t.height; 2056 height: l * c 2773 height: {}, property 3387 this._impl.setCone(this._com.radius, this._com.height, this._com.direction); 3404 this._impl.setCone(t.radius, t.height, t.direction); 3424 this._impl.setCylinder(this._com.radius, this._com.height, this._com.direction); 3441 this._impl.setCylinder(t.radius, t.height, t.direction); 3502 if (!s.CACHE.height[t._uuid]) { [all …]
|
/arkcompiler/ets_frontend/testTs/expect/types/keyof/ |
D | keyofAndIndexedAccess.txt | 1 …}, {'t': 25, 'v': 1}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'height'}, {'t': 25, 'v': …
|
/arkcompiler/runtime_core/docs/ |
D | doxygen.config | 50 # in the documentation. The maximum height of the logo should not exceed 55
|