Searched refs:TestClose (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/ |
H A D | path_test.h | 62 static void TestClose(Canvas& canvas, uint32_t width, uint32_t height);
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | libuv.md | 196 static napi_value TestClose(napi_env env, napi_callback_info info){ 231 …napi_property_descriptor desc[] = {{"testClose", nullptr, TestClose, nullptr, nullptr, nullptr, na… 282 static napi_value TestClose(napi_env env, napi_callback_info info){ 319 …napi_property_descriptor desc[] = {{"testClose", nullptr, TestClose, nullptr, nullptr, nullptr, na…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_test.cpp | 100 testFuncVec.push_back(TestClose); in PathTestCase() 677 void PathTest::TestClose(Canvas& canvas, uint32_t width, uint32_t height) in TestClose() function in OHOS::Rosen::Drawing::PathTest
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | libuv.md | 194 static napi_value TestClose(napi_env env, napi_callback_info info){ 229 …napi_property_descriptor desc[] = {{"testClose", nullptr, TestClose, nullptr, nullptr, nullptr, na… 280 static napi_value TestClose(napi_env env, napi_callback_info info){ 317 …napi_property_descriptor desc[] = {{"testClose", nullptr, TestClose, nullptr, nullptr, nullptr, na…
|