/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_skp_capture_dfx.cpp | 79 auto drawCmdList = recordingCanvas_->GetDrawCmdList(); in EndCapture() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_modifier.cpp | 33 auto drawCmdList = rsRecordingCanvas_->GetDrawCmdList(); in onDraw() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmdlist_fuzzer/ |
H A D | draw_cmd_list_fuzzer.cpp | 55 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, static_cast<bool>(isCopy)); in DrawCmdListFuzzTest000() local 102 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, static_cast<bool>(mode)); DrawCmdListFuzzTest001() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_canvas_drawing_node.cpp | 70 GetBitmap(Drawing::Bitmap& bitmap, std::shared_ptr<Drawing::DrawCmdList> drawCmdList, const Drawing::Rect* rect) GetBitmap() argument 112 GetPixelmap(std::shared_ptr<Media::PixelMap> pixelmap, std::shared_ptr<Drawing::DrawCmdList> drawCmdList, const Drawing::Rect* rect) GetPixelmap() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_canvas_drawing_node_test.cpp | 110 std::shared_ptr<Drawing::DrawCmdList> drawCmdList; in HWTEST_F() local 137 std::shared_ptr<Drawing::DrawCmdList> drawCmdList; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/ |
H A D | rspropertydrawable_fuzzer.cpp | 68 auto drawCmdList = Drawing::DrawCmdList::CreateFromData({ nullptr, 0 }, false);
in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/ |
H A D | rs_recording_thread.cpp | 211 void RSRecordingThread::RecordingToFile(const std::shared_ptr<Drawing::DrawCmdList>& drawCmdList) in RecordingToFile() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_test.cpp | 65 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
|
H A D | rs_misc_drawable_test.cpp | 150 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local 259 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local 302 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local 351 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_capture_recorder.cpp | 205 auto drawCmdList = recordingCanvas_->GetDrawCmdList(); in EndInstantCaptureDrawing() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_misc_drawable.cpp | 235 const auto& drawCmdList = ptr->drawCmdListVec_[i]; in CreateDrawFunc() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | recording_canvas_test.cpp | 1246 auto drawCmdList = recordingCanvas->GetDrawCmdList(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 90 auto drawCmdList = RSExtendedModifierHelper::FinishDrawing(ctx); variable
|
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/ |
H A D | rs_misc_draw_test.cpp | 150 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local 259 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local 302 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local 351 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
|
H A D | rs_property_draw_test.cpp | 65 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_render_node_test.cpp | 308 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
|
H A D | rs_canvas_drawing_render_node_test.cpp | 103 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local 171 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(1024, 1090); in HWTEST_F() local 224 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); in HWTEST_F() local 369 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); in HWTEST_F() local 375 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); HWTEST_F() local 381 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); HWTEST_F() local 402 std::shared_ptr<Drawing::DrawCmdList> drawCmdList; HWTEST_F() local 455 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
H A D | rs_canvas_drawing_node_drawable_test.cpp | 277 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = Drawing::DrawCmdList::CreateFromData(data, isCopy); in HWTEST_F() local 419 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = nullptr; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_unmarshal_thread.cpp | 231 auto drawCmdList = cmd->GetDrawCmdList(); in ReportTransactionDataStatistics() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable.h | 37 RSPropertyDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : drawCmdList_(std::move(drawCmdList)) {} in RSPropertyDrawable() argument 76 RSFrameOffsetDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSFrameOffsetDrawable() argument 90 RSClipToBoundsDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToBoundsDrawable() argument 102 RSClipToFrameDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToFrameDrawable() argument
|
H A D | rs_property_drawable_foreground.h | 150 RSForegroundColorDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSForegroundColorDrawable() argument 191 RSBorderDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move(drawCmdList)) in RSBorderDrawable() argument 204 RSOutlineDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move(drawCmdList)) in RSOutlineDrawable() argument 215 RSParticleDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move(drawCmdList)) in RSParticleDrawable() argument
|
H A D | rs_property_drawable_background.h | 74 RSMaskDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move(drawCmdList)) {} in RSMaskDrawable() argument 86 RSBackgroundColorDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundColorDrawable() argument 98 RSBackgroundShaderDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundShaderDrawable() argument 110 RSBackgroundImageDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundImageDrawable() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmd_fuzzer/ |
H A D | drawcmd_fuzzer.cpp | 59 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest001() local 95 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest002() local 139 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest003() local 179 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest004() local 219 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest005() local 262 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest006() local 301 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest007() local 355 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest008() local 401 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest009() local 456 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest010() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable_test.cpp | 320 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = Drawing::DrawCmdList::CreateFromData(data, isCopy); in HWTEST_F() local 399 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = nullptr; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 118 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>();
in DoSomethingInterestingWithMyAPI() local
|