Searched refs:SetRamAddr (Results 1 – 9 of 9) sorted by relevance
23 void FontRamAllocator::SetRamAddr(uintptr_t ramAddr, uint32_t ramLen) in SetRamAddr() function in OHOS::FontRamAllocator67 allocator_.SetRamAddr(0, 0); in ClearRam()75 …allocator_.SetRamAddr(reinterpret_cast<uint8_t*>(dynamicAddr_), ramLen_ - dynamicAddr_ + ramAddr_); in DynamicAllocate()
22 void BaseFont::SetRamAddr(uintptr_t ramAddr) in SetRamAddr() function in OHOS::BaseFont37 SetRamAddr(psramAddr); in SetPsramMemory()
46 void SetRamAddr(uintptr_t ramAddr, uint32_t ramLen);
38 void SetRamAddr(uint8_t* ram, uint32_t size);
28 allocator_.SetRamAddr(ram, size); in UIFontCache()
32 void UIFontAllocator::SetRamAddr(uint8_t* ram, uint32_t size) in SetRamAddr() function in OHOS::UIFontAllocator
390 FontRamAllocator::GetInstance().SetRamAddr(psramAddr, psramLen); in SetPsramMemory()
1068 FontRamAllocator::GetInstance().SetRamAddr(psramAddr, psramLen); in SetPsramMemory()
220 void SetRamAddr(uintptr_t ramAddr);