Home
last modified time | relevance | path

Searched refs:psramAddr (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dbase_font.cpp35 void BaseFont::SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() argument
37 SetRamAddr(psramAddr); in SetPsramMemory()
H A Dui_font_bitmap.cpp387 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 Dui_font_vector.cpp1066 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 Dui_font.h100 * @param psramAddr
103 void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() argument
105 instance_->SetPsramMemory(psramAddr, psramLen); in SetPsramMemory()
H A Dbase_font.h224 virtual void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen);
/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_bitmap.h52 void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) override;
H A Dui_font_vector.h59 void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) override;

Completed in 5 milliseconds