Searched refs:path4 (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/graphic/graphicnapidrawingtest/ |
D | NativeDrawingPathTest.cpp | 102 OH_Drawing_Path* path4 = OH_Drawing_PathCreate(); variable 103 OH_Drawing_PathArcTo(path4, 10, 10, 20, 0, 0, 90); 104 OH_Drawing_PathArcTo(path4, -10, 10, 10, -10, 0, 90); 105 OH_Drawing_PathDestroy(path4);
|
/test/xts/acts/arkui/ace_ets_test/entry/src/main/ets/MainAbility/pages/components/ |
D | Path.ets | 41 Path().width(100).height(100).commands("M0 300 S150 0 300 300 Z").key('path4')
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/ |
D | index.ets | 29 let path4 = path + '/Player'; 51 let PlayerNetWorkColorBackPath = path4 + '/PlayerNetWorkColorBack.txt'; // 播放网络视频 52 let PlayerAudioColorBackPath = path4 + '/PlayerAudioColorBack.txt'; 53 let PlayerVideoColorBackPath = path4 + '/PlayerVideoColorBack.txt'; 74 let path44 = path4 + '/PlayerReport.txt'; 75 let PlayerAudioTxtPath = path4 + '/PlayerAudioReport.txt'; 76 let PlayerVideoTxtPath = path4 + '/PlayerVideoReport.txt'; 77 let PlayerNetWorkTxtPath = path4 + '/PlayerNetWorkReport.txt'; 123 fs.mkdirSync(path4);
|