Home
last modified time | relevance | path

Searched refs:DrawRectOpItem (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp441 DrawRectOpItem::Unmarshalling, sizeof(DrawRectOpItem::ConstructorHandle));
443 DrawRectOpItem::DrawRectOpItem(const DrawCmdList& cmdList, DrawRectOpItem::ConstructorHandle* handl… in DrawRectOpItem() function in OHOS::Rosen::Drawing::DrawRectOpItem
446 std::shared_ptr<DrawOpItem> DrawRectOpItem::Unmarshalling(const DrawCmdList& cmdList, void* handle) in Unmarshalling()
448 …return std::make_shared<DrawRectOpItem>(cmdList, static_cast<DrawRectOpItem::ConstructorHandle*>(h… in Unmarshalling()
451 void DrawRectOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling()
458 void DrawRectOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback()
H A Drecording_canvas.cpp107 AddDrawOpDeferred<DrawRectOpItem>(rect); in DrawRect()
110 AddDrawOpImmediate<DrawRectOpItem::ConstructorHandle>(rect); in DrawRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h301 class DrawRectOpItem : public DrawWithPaintOpItem {
310 DrawRectOpItem(const DrawCmdList& cmdList, ConstructorHandle* handle);
311 explicit DrawRectOpItem(const Rect& rect, const Paint& paint) in DrawRectOpItem() function
313 ~DrawRectOpItem() override = default;