/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 53 auto drawCmdList = DrawCmdList::CreateFromData({ nullptr, 0 }, false); variable 85 auto drawCmdList = DrawCmdList::CreateFromData({ nullptr, 0 }, false); variable 109 auto drawCmdList = DrawCmdList::CreateFromData({ nullptr, 0 }, false); variable 127 auto drawCmdList = DrawCmdList::CreateFromData({ nullptr, 0 }, false); variable 143 auto drawCmdList = DrawCmdList::CreateFromData({ nullptr, 0 }, false); variable 171 auto drawCmdList = recordingCanvas->GetDrawCmdList(); variable 209 auto drawCmdList = recordingCanvas->GetDrawCmdList(); variable 236 auto drawCmdList = DrawCmdList::CreateFromData({ nullptr, 0 }, false); variable 264 auto drawCmdList = DrawCmdList::CreateFromData({ nullptr, 0 }, false); variable 284 auto drawCmdList = DrawCmdList::CreateFromData({ nullptr, 0 }, false); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_foreground.h | 150 RSForegroundColorDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSForegroundColorDrawable() 191 …RSBorderDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::mo… in RSBorderDrawable() 204 …RSOutlineDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::m… in RSOutlineDrawable() 215 …RSParticleDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::… in RSParticleDrawable()
|
H A D | rs_property_drawable_background.h | 74 …RSMaskDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move… in RSMaskDrawable() 86 RSBackgroundColorDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundColorDrawable() 98 RSBackgroundShaderDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundShaderDrawable() 110 RSBackgroundImageDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundImageDrawable()
|
H A D | rs_property_drawable.h | 37 …RSPropertyDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : drawCmdList_(std::move(d… in RSPropertyDrawable() 76 RSFrameOffsetDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSFrameOffsetDrawable() 90 RSClipToBoundsDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToBoundsDrawable() 102 RSClipToFrameDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToFrameDrawable()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_drawing_render_node_test.cpp | 103 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable 171 …std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(1024, 1… variable 224 …std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, … variable 371 …std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, … variable 377 …std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, … variable 383 …std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, … variable 404 std::shared_ptr<Drawing::DrawCmdList> drawCmdList; variable 457 …std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, … variable
|
H A D | rs_canvas_render_node_test.cpp | 338 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable
|
/ohos5.0/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; variable 137 std::shared_ptr<Drawing::DrawCmdList> drawCmdList; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_misc_drawable_test.cpp | 150 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable 259 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable 302 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable 351 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable
|
H A D | rs_property_drawable_test.cpp | 66 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable
|
H A D | rs_property_drawable_background_test.cpp | 390 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_canvas_drawing_node.cpp | 84 std::shared_ptr<Drawing::DrawCmdList> drawCmdList, const Drawing::Rect* rect) in GetBitmap() 126 std::shared_ptr<Drawing::DrawCmdList> drawCmdList, const Drawing::Rect* rect) in GetPixelmap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_modifier.cpp | 35 auto drawCmdList = rsRecordingCanvas_->GetDrawCmdList(); in onDraw() local
|
H A D | canvas_paint_method.cpp | 278 auto drawCmdList = recordingCanvas->GetDrawCmdList(); in GetImageData() local 368 auto drawCmdList = recordingCanvas->GetDrawCmdList(); in DrawBitmap() local
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_misc_drawable.cpp | 186 if (const auto& drawCmdList = property->GetRef()) { in OnUpdate() local 210 for (auto &drawCmdList : drawCmdListVec_) { in OnPurge() local 221 for (const auto& drawCmdList : ptr->drawCmdListVec_) { in CreateDrawFunc() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_drawing_render_node.cpp | 286 for (const auto& drawCmdList : it->second) { in ApplyDrawCmdModifier() local 345 const uint64_t tid, std::shared_ptr<Drawing::DrawCmdList> drawCmdList) in GetPixelmap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 90 auto drawCmdList = RSExtendedModifierHelper::FinishDrawing(ctx); in UpdateToRender() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_capture_recorder.cpp | 169 auto drawCmdList = recordingCanvas_->GetDrawCmdList(); in EndInstantCaptureDrawing() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable_test.cpp | 314 …std::shared_ptr<Drawing::DrawCmdList> drawCmdList = Drawing::DrawCmdList::CreateFromData(data, isC… variable 393 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = nullptr; variable
|
H A D | rs_render_node_drawable_adapter_test.cpp | 343 std::vector<Drawing::RecordingCanvas::DrawFunc> drawCmdList; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_unmarshal_thread.cpp | 213 auto drawCmdList = cmd->GetDrawCmdList(); in ReportTransactionDataStatistics() local
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 725 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd_list.cpp | 499 void DrawCmdList::PlaybackToDrawCmdList(std::shared_ptr<DrawCmdList> drawCmdList) in PlaybackToDrawCmdList()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable.cpp | 448 … const Drawing::Rect* rect, const uint64_t tid, std::shared_ptr<Drawing::DrawCmdList> drawCmdList) in GetPixelmap()
|