Home
last modified time | relevance | path

Searched defs:blurDrawLooper2 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dblur_draw_looper_test.cpp61 std::shared_ptr<BlurDrawLooper> blurDrawLooper2 = BlurDrawLooper::CreateBlurDrawLooper(-1.f, variable
83 std::shared_ptr<BlurDrawLooper> blurDrawLooper2 = BlurDrawLooper::CreateBlurDrawLooper(radius, variable
129 std::shared_ptr<BlurDrawLooper> blurDrawLooper2 = BlurDrawLooper::Deserialize(data); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Ddraw_textblob_test.cpp71 auto blurDrawLooper2 = BlurDrawLooper::CreateBlurDrawLooper(3.f, in OnTestFunction() local