Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXTexture.js73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; class in XTexture.loadTextureFromImage
82 this.ximages[rid] = { stat: 0, path: path, tex: null }; class in XTexture.loadTextureFromImage
152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; class in XTexture.PutTexture
173 this.ximages[rid] = { class in XTexture.loadTexture