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 D | recording_canvas.cpp | 78 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 D | rs_recording_canvas.cpp | 62 AddDrawOpDeferred<Drawing::DrawImageWithParmOpItem>(image, data, rsImageInfo, sampling); in DrawImageWithParm() 76 AddDrawOpDeferred<Drawing::DrawPixelMapWithParmOpItem>(pixelMap, rsImageInfo, sampling); in DrawPixelMapWithParm() 91 … AddDrawOpDeferred<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 D | rs_recording_canvas.h | 53 void AddDrawOpDeferred(Args&&... args);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_recording_canvas_test.cpp | 154 HWTEST_F(RSExtendRecordingCanvasTest, AddDrawOpDeferred, TestSize.Level1)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_canvas.h | 147 void AddDrawOpDeferred(Args&&... args);
|