Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp240 void DrawCmdList::UnmarshallingDrawOps(uint32_t* opItemCount) in UnmarshallingDrawOps() argument
261 if (opItemCount && ++(*opItemCount) > MAX_OPITEMSIZE) { in UnmarshallingDrawOps()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h134 void UnmarshallingDrawOps(uint32_t* opItemCount = nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h207 uint32_t* opItemCount = nullptr);
210 uint32_t* opItemCount = nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp146 uint32_t opItemCount = 0; in UnmarshallingRecordCmdToDrawCmdList() local
150 if (!RSMarshallingHelper::Unmarshalling(parcel, recordCmd, &opItemCount)) { in UnmarshallingRecordCmdToDrawCmdList()
153 if (opItemCount > Drawing::MAX_OPITEMSIZE) { in UnmarshallingRecordCmdToDrawCmdList()
1699 uint32_t* opItemCount) in Unmarshalling() argument
1830 if (!opItemCount) { in Unmarshalling()
1866 val->UnmarshallingDrawOps(opItemCount); in Unmarshalling()
1883 uint32_t* opItemCount) in Unmarshalling() argument
1897 success = RSMarshallingHelper::Unmarshalling(parcel, drawCmdList, opItemCount); in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp374 uint32_t* opItemCount) in Unmarshalling() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp375 uint32_t* opItemCount) in Unmarshalling() argument