Searched refs:ramAddr_ (Results 1 – 4 of 4) sorted by relevance
20 FontRamAllocator::FontRamAllocator() : ramAddr_(0), ramLen_(0), currentRamAddr_(0), dynamicAddr_(0)… in FontRamAllocator()25 if (ramAddr_ != 0) { in SetRamAddr()29 ramAddr_ = ramAddr; in SetRamAddr()40 if ((ramAddr_ == 0) || (size == 0)) { in Allocate()48 if ((size + currentRamAddr_) > (ramAddr_ + ramLen_)) { in Allocate()59 return (currentRamAddr_ - ramAddr_); in GetRamUsedLen()75 …allocator_.SetRamAddr(reinterpret_cast<uint8_t*>(dynamicAddr_), ramLen_ - dynamicAddr_ + ramAddr_); in DynamicAllocate()77 currentRamAddr_ = ramAddr_ + ramLen_; in DynamicAllocate()
20 return ramAddr_; in GetRamAddr()24 ramAddr_ = ramAddr; in SetRamAddr()
58 uintptr_t ramAddr_; variable
32 BaseFont() : ramAddr_(0), ramLen_(0) {} in BaseFont()233 uintptr_t ramAddr_;