Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DXDefine.js21 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;
DGLFrame.js230 y = (y * Scr.logich) / Scr.height;
/arkcompiler/ets_runtime/tools/circuit_viewer/src/
Dindex.js25 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/
Dinterface_merge.ts19 height: number; property
27 let box: Box = {height: 5, width: 6, scale: 10};
29 assert(box.height === 5, 'success');
Dinterface_keyof.ts19 height: number; property
/arkcompiler/ets_runtime/test/typeinfer/interface/
Dinterface.ts70 height : number;
102 height : 100,
104 return this.height;
121 AssertType(stu.height, "number");
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypes2.ts74 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");
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.ts28 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/
Ddiscriminated_unions.ts26 height: number; property
43 result = s.height * s.width;
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js37 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/
Dobj_demo_2_use.ts20 assert.strictEqual(dog.height, 10);
/arkcompiler/ets_frontend/testTs/expect/types/mapped/
DmappedTypes2.txt3 …}, {'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/
DCanvasInput.js28 ci.style.height = h + 'px';
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1560 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/
DkeyofAndIndexedAccess.txt1 …}, {'t': 25, 'v': 1}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'height'}, {'t': 25, 'v': …
/arkcompiler/runtime_core/docs/
Ddoxygen.config50 # in the documentation. The maximum height of the logo should not exceed 55