Searched refs:image (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/test/ |
D | test_viewer.py | 41 def cut_image(image, x, y, w, h): argument 44 return image[y:y+h, x:x+w] 89 image = cv2.imread(tempImageFile) 90 result = reader.readtext(cut_image(image, windowWidth/2-100, windowHeight/2-20, 200, 40)) 97 image = cv2.imread(tempImageFile) 98 result = reader.readtext(cut_image(image, 10, 100, 60, 20)) 120 image = cv2.imread(tempImageFile) 121 result = reader.readtext(image) 131 image = cv2.imread(tempImageFile) 132 result = reader.readtext(image)
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XTexture.js | 81 var image = new Image(); 82 image.src = path; //"http://localhost:8910/"+ 83 image.onload = function () { method 93 image 97 XTexture.pinstance_.ximages[rid].img = image; 99 XTexture.pinstance_.ximages[rid].w = image.width; 100 XTexture.pinstance_.ximages[rid].h = image.height;
|
/arkcompiler/runtime_core/ |
D | .gitattributes | 3 # Denote all image files as binary
|
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
D | run.bat | 31 REM get image & XTS testcases 39 REM load image to rk3568
|
/arkcompiler/ets_frontend/test/scripts/ |
D | send_email.py | 21 from email.mime.image import MIMEImage
|
/arkcompiler/runtime_core/compiler/docs/ |
D | aot_cha.md | 56 The boot class path now is a part of class context string. When boot image would be implemented the… 57 image should be checked during AOT file verification.
|
/arkcompiler/runtime_core/docs/ |
D | doxygen.config | 889 # \image command). 1436 # sheet generated by doxygen has an example that shows how to put an image at 2326 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 2327 # generated by dot. For an explanation of the image formats see the section
|
/arkcompiler/toolchain/build/third_party_gn/openssl/ |
D | BUILD.gn | 1706 # compile libssl_openssl.z.so to the updater image for wpa to use
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 1518 delete y[t.image.url]; 1545 const e = this._texture.image.url; 38656 n.image = s; 38662 n.image = i; 40982 this._texture.drawTextureAt(i.image, this._x - 1, this._y - 1); 40983 this._texture.drawTextureAt(i.image, this._x - 1, this._y + 1); 40984 this._texture.drawTextureAt(i.image, this._x + 1, this._y - 1); 40985 this._texture.drawTextureAt(i.image, this._x + 1, this._y + 1); 40987 this._texture.drawTextureAt(i.image, this._x - 1, this._y); 40988 this._texture.drawTextureAt(i.image, this._x + 1, this._y); [all …]
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …e:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,r… property
|