Searched refs:psramAddr (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | base_font.cpp | 35 void BaseFont::SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() argument 37 SetRamAddr(psramAddr); in SetPsramMemory()
|
H A D | ui_font_bitmap.cpp | 387 void UIFontBitmap::SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() argument 389 BaseFont::SetPsramMemory(psramAddr, psramLen); in SetPsramMemory() 390 FontRamAllocator::GetInstance().SetRamAddr(psramAddr, psramLen); in SetPsramMemory()
|
H A D | ui_font_vector.cpp | 1066 void UIFontVector::SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() argument 1068 BaseFont::SetPsramMemory(psramAddr, psramLen); in SetPsramMemory() 1069 FontRamAllocator::GetInstance().SetRamAddr(psramAddr, psramLen); in SetPsramMemory()
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font.h | 100 * @param psramAddr 103 void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() argument 105 instance_->SetPsramMemory(psramAddr, psramLen); in SetPsramMemory()
|
H A D | base_font.h | 224 virtual void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen);
|
/foundation/arkui/ui_lite/interfaces/innerkits/font/ |
H A D | ui_font_bitmap.h | 52 void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) override;
|
H A D | ui_font_vector.h | 59 void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) override;
|
Completed in 5 milliseconds