Searched defs:drawOpItem (Results 1 – 3 of 3) sorted by relevance
77 …auto drawOpItem = std::make_shared<Drawing::DrawWithPaintOpItem>(paint, Drawing::DrawOpItem::Type:… variable
319 auto drawOpItem = std::make_shared<Drawing::DrawWithPaintOpItem>(paint, 0); variable
68 bool DrawCmdList::AddDrawOp(std::shared_ptr<DrawOpItem>&& drawOpItem) in AddDrawOp()