Searched refs:drawOpItem (Results 1 – 4 of 4) sorted by relevance
77 …auto drawOpItem = std::make_shared<Drawing::DrawWithPaintOpItem>(paint, Drawing::DrawOpItem::Type:… variable78 drawCmds->drawOpItems_.emplace_back(drawOpItem);
108 bool AddDrawOp(std::shared_ptr<DrawOpItem>&& drawOpItem);
68 bool DrawCmdList::AddDrawOp(std::shared_ptr<DrawOpItem>&& drawOpItem) in AddDrawOp() argument74 drawOpItems_.emplace_back(drawOpItem); in AddDrawOp()
319 auto drawOpItem = std::make_shared<Drawing::DrawWithPaintOpItem>(paint, 0); variable323 drawCmdList->AddDrawOp(std::move(drawOpItem));