Searched refs:AddrToOffset (Results 1 – 6 of 6) sorted by relevance
48 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()
145 size_t MemAllocator::AddrToOffset(const void* addr) const in AddrToOffset() function in OHOS::Rosen::Drawing::MemAllocator
100 size_t AddrToOffset(const void* addr) const;
85 uint32_t offset = opAllocator_.AddrToOffset(op); in AddDrawOp()
108 size_t offset = opAllocator_.AddrToOffset(op); in AddOp()
143 memAllocator.AddrToOffset(dataText); in MemAllocatorFuzzTest004()