Home
last modified time | relevance | path

Searched refs:SetLooper (Results 1 - 22 of 22) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Ddraw_textblob_test.cpp36 pen.SetLooper(blurDrawLooper); in OnTestFunction()
48 brush.SetLooper(blurDrawLooper); in OnTestFunction()
54 pen.SetLooper(nullptr); in OnTestFunction()
55 brush.SetLooper(nullptr); in OnTestFunction()
62 pen.SetLooper(blurDrawLooper); in OnTestFunction()
63 brush.SetLooper(blurDrawLooper); in OnTestFunction()
73 pen.SetLooper(blurDrawLooper); in OnTestFunction()
74 brush.SetLooper(blurDrawLooper2); in OnTestFunction()
93 brush.SetLooper(blurDrawLooper); in OnTestPerformance()
/foundation/communication/dsoftbus/tests/core/common/message_handler/fuzztest/messagehandler_fuzzer/
H A Dmessagehandler_fuzzer.cpp28 SetLooper(LOOP_TYPE_DEFAULT, looper); in DoMessageHandlerFuzz()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_manager.c245 SetLooper(LOOP_TYPE_LNN, looper); in LnnInitLnnLooper()
255 SetLooper(LOOP_TYPE_LNN, NULL); in LnnDeinitLnnLooper()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_brush.cpp154 brush->SetLooper(nullptr); in OH_Drawing_BrushSetShadowLayer()
158 brush->SetLooper(blurDrawLooperHandle->value); in OH_Drawing_BrushSetShadowLayer()
H A Ddrawing_pen.cpp317 pen->SetLooper(nullptr); in OH_Drawing_PenSetShadowLayer()
321 pen->SetLooper(blurDrawLooperHandle->value); in OH_Drawing_PenSetShadowLayer()
/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h72 void SetLooper(int type, SoftBusLooper *looper);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpen.cpp232 void Pen::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper() function in OHOS::Rosen::Drawing::Pen
234 brush_.SetLooper(blurDrawLooper); in SetLooper()
H A Dbrush.cpp123 void Brush::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper() function in OHOS::Rosen::Drawing::Brush
H A Dpaint.cpp225 void Paint::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper() function in OHOS::Rosen::Drawing::Paint
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dbrush.h263 void SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper);
H A Dpen.h306 void SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper);
H A Dpaint.h98 void SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H A Dbrush_fuzzer.cpp115 brush.SetLooper(blurDrawLooper); in BrushFuzzTestInner05()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp127 paint.SetLooper(blurDrawLooper); in PaintFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp122 PenTwo.SetLooper(blurDrawLooper); in PenFuzzTestInner04()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpen_test.cpp809 pen1.SetLooper(blurDrawLooper); in HWTEST_F()
812 pen2.SetLooper(nullptr); in HWTEST_F()
846 * @tc.desc: Test for SetLooper
855 pen.SetLooper(looper); in HWTEST_F()
H A Dbrush_test.cpp621 brush1.SetLooper(blurDrawLooper); in HWTEST_F()
624 brush2.SetLooper(nullptr); in HWTEST_F()
/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c500 void SetLooper(int type, SoftBusLooper *looper) in SetLooper() function
579 SetLooper(LOOP_TYPE_DEFAULT, looper); in LooperInit()
586 SetLooper(LOOP_TYPE_CONN, connLooper); in LooperInit()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp178 paint1.SetLooper(blurDrawLooper1); in HWTEST_F()
210 paint1.SetLooper(nullptr); in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/brush_napi/
H A Djs_brush.cpp436 brush->SetLooper(jsShadowLayer ? jsShadowLayer->GetBlurDrawLooper() : nullptr); in SetShadowLayer()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp557 pen->SetLooper(jsShadowLayer ? jsShadowLayer->GetBlurDrawLooper() : nullptr); in SetShadowLayer()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp241 paint.SetLooper(blurDrawLooper); in GeneratePaintFromHandle()

Completed in 17 milliseconds