Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h185 std::vector<std::pair<size_t, size_t>> GetReplacedOpList();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp398 std::vector<std::pair<size_t, size_t>> DrawCmdList::GetReplacedOpList() in GetReplacedOpList() function in OHOS::Rosen::Drawing::DrawCmdList
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1582 auto replacedOpList = val->GetReplacedOpList(); in Marshalling()