Home
last modified time | relevance | path

Searched defs:ximages (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js24 this.ximages = []; property
71 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property
80 this.ximages[rid] = { stat: 0, path: path, tex: null }; property
158 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
179 this.ximages[rid] = { property