Home
last modified time | relevance | path

Searched defs:xRad (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dblur_large_rrects.cpp60 float xRad = 40.f; in OnTestFunction() local
H A Dconvex_paths.cpp124 float xRad = 40; in MakePath2() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkroundrect_fuzzer/
H A Droundrect_fuzzer.cpp47 float xRad = GetObject<float>(); in NativeDrawingRoundRectTest001() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_round_rect.cpp36 OH_Drawing_RoundRect* OH_Drawing_RoundRectCreate(const OH_Drawing_Rect* cRect, float xRad, float yR… in OH_Drawing_RoundRectCreate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/roundrect_fuzzer/
H A Droundrect_fuzzer.cpp66 scalar xRad = GetObject<scalar>(); in RoundRectFuzzTest001() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_round_rect.h44 TestingRoundRect(const TestingRect& rect, float xRad, float yRad) : TestingRoundRect() in TestingRoundRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/vertices_fuzzer/
H A Dvertices_fuzzer.cpp44 scalar xRad = GetObject<scalar>(); in VerticesFuzzTest000() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dround_rect.h88 inline RoundRect::RoundRect(const Rect& r, scalar xRad, scalar yRad) noexcept : RoundRect() in RoundRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/
H A Dmatrix_fuzzer.cpp135 scalar xRad = GetObject<scalar>(); in MatrixFuzzTest002() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/roundRect_napi/
H A Djs_roundrect.cpp81 double xRad = 0.0; in Constructor() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscpuoverdrawcanvaslistener_fuzzer/
H A Drscpuoverdrawcanvaslistener_fuzzer.cpp114 float xRad = GetData<float>(); in DoDrawRoundRect() local
134 float xRad = GetData<float>(); in DoDrawNestedRoundRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/
H A Drsgpuoverdrawcanvaslistener_fuzzer.cpp115 float xRad = GetData<float>(); in DoDrawRoundRect() local
135 float xRad = GetData<float>(); in DoDrawNestedRoundRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/
H A Dpath_fuzzer.cpp132 float xRad = GetObject<float>(); in NativeDrawingPathTest003() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h550 inline RoundRect::RoundRect(const RectF& r, float xRad, float yRad) noexcept : RoundRect() in RoundRect()