Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp237 } while (offset != 0 && count <= MAX_OPITEMSIZE); in CaculatePerformanceOpType()
261 if (opItemCount && ++(*opItemCount) > MAX_OPITEMSIZE) { in UnmarshallingDrawOps()
308 } while (offset != 0 && count <= MAX_OPITEMSIZE); in UnmarshallingDrawOps()
493 } while (offset != 0 && offset < maxOffset && count <= MAX_OPITEMSIZE); in GenerateCacheByBuffer()
581 } while (offset != 0 && count <= MAX_OPITEMSIZE); in PlaybackByBuffer()
614 } while (offset != 0 && offset < maxOffset && count <= MAX_OPITEMSIZE); in CountTextBlobNum()
H A Dmask_cmd_list.cpp66 } while (offset != 0 && count <= MAX_OPITEMSIZE); in Playback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h39 constexpr size_t MAX_OPITEMSIZE = 170000; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp153 if (opItemCount > Drawing::MAX_OPITEMSIZE) { in UnmarshallingRecordCmdToDrawCmdList()
1568 if (opItemSize > Drawing::MAX_OPITEMSIZE) { in Marshalling()
1788 if (objectSize > Drawing::MAX_OPITEMSIZE) { in Unmarshalling()
1807 if (objectBaseSize > Drawing::MAX_OPITEMSIZE) { in Unmarshalling()
1840 if (surfaceBufferEntrySize > Drawing::MAX_OPITEMSIZE) { in Unmarshalling()