Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp48 lastOpItemOffset_.emplace(opAllocator_.AddrToOffset(op)); in AddCmdListData()
55 return opAllocator_.AddrToOffset(addr); in AddCmdListData()
81 return imageAllocator_.AddrToOffset(addr); in AddImageData()
116 size_t offset = imageAllocator_.AddrToOffset(addr); in AddImage()
160 return bitmapAllocator_.AddrToOffset(addr); in AddBitmapData()
H A Dmem_allocator.cpp145 size_t MemAllocator::AddrToOffset(const void* addr) const in AddrToOffset() function in OHOS::Rosen::Drawing::MemAllocator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dmem_allocator.h100 size_t AddrToOffset(const void* addr) const;
H A Ddraw_cmd_list.h85 uint32_t offset = opAllocator_.AddrToOffset(op); in AddDrawOp()
H A Dcmd_list.h108 size_t offset = opAllocator_.AddrToOffset(op); in AddOp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/memallocator_fuzzer/
H A Dmemallocator_fuzzer.cpp143 memAllocator.AddrToOffset(dataText); in MemAllocatorFuzzTest004()