Searched refs:makeCut (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 144 this.whiteCut_ = XTexture.gi().makeCut( 156 this.circleCut_ = XTexture.gi().makeCut( 170 this.circleOpenCut_ = XTexture.gi().makeCut( 198 this.nodeIconCut_ = XTexture.gi().makeCut( 212 this.attrIconCut_ = XTexture.gi().makeCut( 226 this.rootIconCut_ = XTexture.gi().makeCut( 266 this.centerRectCut_ = XTexture.gi().makeCut( 303 this.centerFocusCut_ = XTexture.gi().makeCut( 344 this.searchBgCut_ = XTexture.gi().makeCut( 368 this.closeCut_ = XTexture.gi().makeCut( [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { method in XTexture 245 let cid = this.makeCut(rid, 0, off * 32, w, h);
|
H A D | X2DFast.js | 42 this.whiteCut = XTexture.gi().makeCut(this.whiteImg, 0, 0, 1, 1);
|