Home
last modified time | relevance | path

Searched defs:avaliableSize (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.cpp288 … size_t avaliableSize = opAllocator_.GetSize() - replacedOpListForBuffer_[opReplaceIndex].second; in UnmarshallingDrawOps() local
478 size_t avaliableSize = opAllocator_.GetSize() - offset; in GenerateCacheByBuffer() local
H A Ddraw_cmd.cpp296 …GenerateCachedOpItemPlayer::GenerateCachedOpItem(uint32_t type, void* handle, size_t avaliableSize) in GenerateCachedOpItem()
338 …r<DrawOpItem> UnmarshallingPlayer::Unmarshalling(uint32_t type, void* handle, size_t avaliableSize) in Unmarshalling()