Searched refs:DrawRecordCmd (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | canvas.cpp | 80 void Canvas::DrawRecordCmd(const std::shared_ptr<RecordCmd> recordCmd, in DrawRecordCmd() function in OHOS::Rosen::Drawing::Canvas 84 LOGE("Canvas::DrawRecordCmd, recordCmd is nullptr!"); in DrawRecordCmd()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | canvas.h | 75 virtual void DrawRecordCmd(const std::shared_ptr<RecordCmd> recordCmd,
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_canvas.h | 100 void DrawRecordCmd(const std::shared_ptr<RecordCmd> recordCmd, const Matrix* matrix, const Brush* brush) override;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_canvas.cpp | 884 canvas->DrawRecordCmd(recordCmdHandle->value); in OH_Drawing_CanvasDrawRecordCmd()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | recording_canvas.cpp | 360 void RecordingCanvas::DrawRecordCmd(const std::shared_ptr<RecordCmd> recordCmd, in DrawRecordCmd() function in OHOS::Rosen::Drawing::RecordingCanvas 364 LOGE("RecordingCanvas::DrawRecordCmd, recordCmd is nullptr!"); in DrawRecordCmd()
|
H A D | draw_cmd.cpp | 1437 UNMARSHALLING_REGISTER(DrawRecordCmd, DrawOpItem::RECORD_CMD_OPITEM, 1486 canvas->DrawRecordCmd(recordCmd_, &matrix_, brushPtr); in Playback()
|
Completed in 9 milliseconds