Home
last modified time | relevance | path

Searched refs:GetRecordingState (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/canvas_fuzzer/
H A Dcanvas_fuzzer.cpp43 canvas.GetRecordingState(); in CanvasFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcanvas.cpp95 bool Canvas::GetRecordingState() const in GetRecordingState() function in OHOS::Rosen::Drawing::Canvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dcanvas.h77 virtual bool GetRecordingState() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.cpp90 if (!canvas.GetRecordingState()) { in OnDraw()
576 auto gpuContext = canvas.GetRecordingState() ? nullptr : canvas.GetGPUContext(); in ResetSurfaceForVK()
647 auto gpuContext = canvas.GetRecordingState() ? nullptr : canvas.GetGPUContext(); in ResetSurfaceForGL()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dcanvas_test.cpp819 bool state = canvas->GetRecordingState();
834 bool state = canvas->GetRecordingState();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp182 if (canvas.GetRecordingState()) {
H A Drs_paint_filter_canvas.cpp614 bool RSPaintFilterCanvas::GetRecordingState() const in GetRecordingState() function in OHOS::Rosen::RSPaintFilterCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h268 bool GetRecordingState() const override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp132 EXPECT_FALSE(canvas_->GetRecordingState());
H A Drs_render_node_test.cpp63 printf("Draw:GetRecordingState: %d \n", canvas.GetRecordingState()); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp127 if (canvas.GetRecordingState() && RSSystemProperties::GetDumpUICaptureEnabled() && pixelMap_) { in CanvasDrawImage()