Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DXDefine.js19 static ReSize(w, h) { argument
25 static setLogicScreenSize(w, h) { argument
DXTools.js22 static InRect(xx, yy, x, y, w, h) { argument
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js71 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property
105 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument
115 h: h, property
128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument
138 h: h, property
156 PutTexture(tex, w, h) { argument
158 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
184 h: height, property
DXMat4.js127 PerspectiveMatrix(n, f, w = -1, h = -1) { argument
142 orthoMat(x, y, w, h) { argument
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/
DXButton.js19 constructor(x, y, w, h, name) { argument
31 move(x, y, w, h) { argument
DXSelect.js32 move(x, y, w, h) { argument
DXScroll.js29 move(x, y, w, h) { argument
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DCanvasInput.js19 static SetSafeArea(x, y, w, h) { argument
22 static Reset(x, y, w, h, value, cb, cb2, cb3) { argument
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dconstructor_types.ts21 private h: number; property in DigitalClock
33 private h: number; property in AnalogClock
Darray_literals.ts32 const h: C = { constant
49 let h: C; variable
Dinferred_type.ts34 h(x, y, ...z) {} // 'x', 'y' and 'z' are implicitly 'Any' method in C
Dsymbol_api.ts23 let h = Symbol.species; variable
Dfunc_return_type.ts50 function h(x: number, y: number) { function
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dconstructor_types.ts21 private h: number; property in DigitalClock
33 private h: number; property in AnalogClock
Darray_literals.ts32 const h: C = { constant
49 let h: C; variable
Dinferred_type.ts34 h(x, y, ...z) {} // 'x', 'y' and 'z' are implicitly 'Any' method in C
Dsymbol_api.ts23 let h = Symbol.species; variable
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-export-named-decl.js26 export function* h() {} generator
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-export-named-decl.js26 export function* h() {} generator
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/enums/
Dtest-ts-enum-1.ts25 h = "abcd".length, enumerator
Dtest-ts-enum-2.ts28 h = "abcd".length, enumerator
/arkcompiler/runtime_core/disassembler/tests/module/
Dmodule-multi-export.js37 export let h = 9; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_primitive_ref_test.cpp70 JSHandle<EcmaString> h = thread->GetEcmaVM()->GetFactory()->NewFromASCII("h"); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DfunctionCall.ts69 var h: boolean = func8(2, ["foo", "bar"], {}); variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionCall.ts69 var h: boolean = func8(2, ["foo", "bar"], {}); variable

12