Home
last modified time | relevance | path

Searched refs:AddDrawOpDeferred (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp78 AddDrawOpDeferred<DrawPointOpItem>(point); in DrawPoint()
88 AddDrawOpDeferred<DrawPointsOpItem>(mode, points); in DrawPoints()
98 AddDrawOpDeferred<DrawLineOpItem>(startPt, endPt); in DrawLine()
107 AddDrawOpDeferred<DrawRectOpItem>(rect); in DrawRect()
116 AddDrawOpDeferred<DrawRoundRectOpItem>(roundRect); in DrawRoundRect()
152 AddDrawOpDeferred<DrawOvalOpItem>(oval); in DrawOval()
161 AddDrawOpDeferred<DrawCircleOpItem>(centerPt, radius); in DrawCircle()
170 AddDrawOpDeferred<DrawPathOpItem>(path); in DrawPath()
220 AddDrawOpDeferred<DrawRegionOpItem>(region); in DrawRegion()
418 AddDrawOpDeferred<DrawTextBlobOpItem>(blob, x, y); in DrawTextBlob()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp62 AddDrawOpDeferred<Drawing::DrawImageWithParmOpItem>(image, data, rsImageInfo, sampling); in DrawImageWithParm()
76 AddDrawOpDeferred<Drawing::DrawPixelMapWithParmOpItem>(pixelMap, rsImageInfo, sampling); in DrawPixelMapWithParm()
91AddDrawOpDeferred<Drawing::DrawPixelMapRectOpItem>(pixelMap, src, dst, sampling, constraint); in DrawPixelMapRect()
118 AddDrawOpDeferred<Drawing::DrawSurfaceBufferOpItem>(surfaceBufferInfo); in DrawSurfaceBuffer()
169 void ExtendRecordingCanvas::AddDrawOpDeferred(Args&&... args) in AddDrawOpDeferred() function in OHOS::Rosen::ExtendRecordingCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_recording_canvas.h53 void AddDrawOpDeferred(Args&&... args);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_recording_canvas_test.cpp154 HWTEST_F(RSExtendRecordingCanvasTest, AddDrawOpDeferred, TestSize.Level1)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h147 void AddDrawOpDeferred(Args&&... args);