Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp90 lastOpGenSize_ = 0; in ClearOp()
255 lastOpGenSize_ = 0; in UnmarshallingDrawOps()
309 lastOpGenSize_ = opAllocator_.GetSize(); in UnmarshallingDrawOps()
562 if (lastOpGenSize_ != opAllocator_.GetSize()) { in PlaybackByBuffer()
582 lastOpGenSize_ = opAllocator_.GetSize(); in PlaybackByBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h214 size_t lastOpGenSize_ = 0; variable