Searched defs:fontPath (Results 1 – 4 of 4) sorted by relevance
165 std::string fontPath = TTF_FILE_PATH; variable187 std::string fontPath = OTF_FILE_PATH; variable209 std::string fontPath = TTC_FILE_PATH; variable231 std::string fontPath = ERRORPATH_FILE_PATH; variable269 std::string fontPath = ERRORFORMAT_FILE_PATH; variable
39 void ChargerGraphicEngine::Init(uint32_t bkgColor, uint8_t mode, const char* fontPath, const char* … in Init()59 void ChargerGraphicEngine::InitFontEngine(const char* fontPath, const char* ttfName) in InitFontEngine()
45 void GraphicEngine::Init(uint32_t bkgColor, uint8_t mode, const char *fontPath) in Init()
485 int FontConfigJson::ParseInstallConfig(const char* fontPath, std::vector<std::string>& fontPathList) in ParseInstallConfig()