Searched refs:SetPsramMemory (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font.h | 103 void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() function 105 instance_->SetPsramMemory(psramAddr, psramLen); in SetPsramMemory()
|
H A D | base_font.h | 224 virtual void SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | base_font.cpp | 35 void BaseFont::SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() function in OHOS::BaseFont
|
H A D | ui_font_bitmap.cpp | 387 void UIFontBitmap::SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() function in OHOS::UIFontBitmap 389 BaseFont::SetPsramMemory(psramAddr, psramLen); in SetPsramMemory()
|
H A D | ui_font_vector.cpp | 1065 void UIFontVector::SetPsramMemory(uintptr_t psramAddr, uint32_t psramLen) in SetPsramMemory() function in OHOS::UIFontVector 1067 BaseFont::SetPsramMemory(psramAddr, psramLen); in SetPsramMemory()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | graphic_startup.cpp | 56 uiFont->SetPsramMemory(cacheMemAddr, cacheMemLen); in InitFontEngine()
|
/ohos5.0/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;
|