Searched refs:cacheMemLen (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/interfaces/innerkits/common/ |
H A D | graphic_startup.h | 28 static void InitFontEngine(uintptr_t cacheMemAddr, uint32_t cacheMemLen, const char* dPath, const char* ttfName); 29 static void InitLineBreakEngine(uintptr_t cacheMemAddr, uint32_t cacheMemLen, const char* path,
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | graphic_startup.cpp | 46 uint32_t cacheMemLen, in InitFontEngine() 56 uiFont->SetPsramMemory(cacheMemAddr, cacheMemLen); in InitFontEngine() 72 void GraphicStartUp::InitLineBreakEngine(uintptr_t cacheMemAddr, uint32_t cacheMemLen, const char* path, in InitLineBreakEngine() argument 76 if ((path == nullptr) || (fileName == nullptr) || cacheMemLen < OHOS::SHAPING_WORD_DICT_LENGTH) { in InitLineBreakEngine() 45 InitFontEngine(uintptr_t cacheMemAddr, uint32_t cacheMemLen, const char* dPath, const char* ttfName) InitFontEngine() argument
|
Completed in 1 milliseconds