Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp134 std::shared_ptr<Drawing::DrawCmdList> pixelMapDrawCmdList = nullptr; in MakePiexlMapDrawCmdList() local
158 pixelMapDrawCmdList = in MakePiexlMapDrawCmdList()
162 … auto objectHandle = Drawing::CmdListHelper::AddImageObjectToCmdList(*pixelMapDrawCmdList, object); in MakePiexlMapDrawCmdList()
166pixelMapDrawCmdList->AddDrawOp<Drawing::DrawPixelMapWithParmOpItem::ConstructorHandle>(objectHandl… in MakePiexlMapDrawCmdList()
169 return pixelMapDrawCmdList; in MakePiexlMapDrawCmdList()
211 auto pixelMapDrawCmdList = MakePiexlMapDrawCmdList(recording, ctx); in FinishDrawing() local
212 if (pixelMapDrawCmdList) { in FinishDrawing()
215 return pixelMapDrawCmdList; in FinishDrawing()