Home
last modified time | relevance | path

Searched defs:drawCmdList (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp53 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 Drs_property_drawable_foreground.h150 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 Drs_property_drawable_background.h74 …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 Drs_property_drawable.h37 …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 Drs_canvas_drawing_render_node_test.cpp103 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 Drs_canvas_render_node_test.cpp338 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 Drs_canvas_drawing_node_test.cpp110 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 Drs_misc_drawable_test.cpp150 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 Drs_property_drawable_test.cpp66 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); variable
H A Drs_property_drawable_background_test.cpp390 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 Drs_canvas_drawing_node.cpp84 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 Dcanvas_modifier.cpp35 auto drawCmdList = rsRecordingCanvas_->GetDrawCmdList(); in onDraw() local
H A Dcanvas_paint_method.cpp278 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 Drspropertydrawable_fuzzer.cpp68 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 Drs_misc_drawable.cpp186 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 Drs_canvas_drawing_render_node.cpp286 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 Drs_extended_modifier.h90 auto drawCmdList = RSExtendedModifierHelper::FinishDrawing(ctx); in UpdateToRender() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.cpp169 auto drawCmdList = recordingCanvas_->GetDrawCmdList(); in EndInstantCaptureDrawing() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_canvas_drawing_render_node_drawable_test.cpp314 …std::shared_ptr<Drawing::DrawCmdList> drawCmdList = Drawing::DrawCmdList::CreateFromData(data, isC… variable
393 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = nullptr; variable
H A Drs_render_node_drawable_adapter_test.cpp343 std::vector<Drawing::RecordingCanvas::DrawFunc> drawCmdList; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.cpp213 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 Drsrenderserviceconnectionproxy_fuzzer.cpp118 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 Drs_render_service_connection_proxy_test.cpp725 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 Ddraw_cmd_list.cpp499 void DrawCmdList::PlaybackToDrawCmdList(std::shared_ptr<DrawCmdList> drawCmdList) in PlaybackToDrawCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.cpp448 … const Drawing::Rect* rect, const uint64_t tid, std::shared_ptr<Drawing::DrawCmdList> drawCmdList) in GetPixelmap()

12