Home
last modified time | relevance | path

Searched refs:nextRangeF (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h47 float_t nextRangeF(float_t min, float_t max);
H A Dtest_common.cpp82 float_t TestRend::nextRangeF(float_t min, float_t max) in nextRangeF() function in TestRend
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/utils/
H A DOHRandom.ts120 public nextRangeF(min: number, max: number): number {