Searched refs:dcl_ (Results 1 – 4 of 4) sorted by relevance
67 RSMarshallingHelper::Unmarshalling(messageParcel, dcl_); in ReadCmds()69 if (dcl_ == nullptr) { in ReadCmds()141 dcl_->Playback(*canvas); in PrepareFrame()
72 std::shared_ptr<Drawing::DrawCmdList> dcl_; variable
252 dcl_->Playback(*canvas); in PlayBackByFrame()501 RSMarshallingHelper::Unmarshalling(messageParcel, dcl_); in LoadDrawCmdList()503 if (dcl_ == nullptr) { in LoadDrawCmdList()508 std::cout << "The size of Ops is " << dcl_->GetOpItemSize() << std::endl; in LoadDrawCmdList()510 WriteStringToFile(dcl_->GetOpsWithDesc(), opsFile); in LoadDrawCmdList()
82 std::shared_ptr<Drawing::DrawCmdList> dcl_ = nullptr; variable