Home
last modified time | relevance | path

Searched refs:nextF (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dpoints_mask_filter.cpp54 p.x = testRend.nextF() * fRange + fOffset; in OnTestFunction()
55 p.y = testRend.nextF() * fRange + fOffset; in OnTestFunction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h46 float_t nextF();
H A Dtest_common.cpp74 float_t TestRend::nextF() in nextF() function in TestRend
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp293 OH_Drawing_RectSetLeft(recv, renderer.nextF()); in OnTestPerformance()
319 OH_Drawing_RectSetLeft(recv, renderer.nextF()); in OnTestPerformance()
322 OH_Drawing_PathAddArc(path, recv, renderer.nextF(), renderer.nextF()); in OnTestPerformance()