Home
last modified time | relevance | path

Searched refs:GetFontVersion (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_manager.cpp61 int8_t GlyphsManager::GetFontVersion(const char* fontName, char* version, uint8_t len) in GetFontVersion() function in OHOS::GlyphsManager
64 if (glyphsFiles_[i]->GetFontVersion(fontName, version, len) == RET_VALUE_OK) { in GetFontVersion()
H A Dglyphs_manager.h35 int8_t GetFontVersion(const char* fontName, char* version, uint8_t len);
H A Dglyphs_file.h37 int8_t GetFontVersion(const char* fontName, char* version, uint8_t len);
H A Dui_font_bitmap.cpp203 int8_t UIFontBitmap::GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() function in OHOS::UIFontBitmap
208 return dynamicFont_.GetFontVersion(path, version, len); in GetFontVersion()
H A Dglyphs_file.cpp253 int8_t GlyphsFile::GetFontVersion(const char* fontName, char* version, uint8_t len) in GetFontVersion() function in OHOS::GlyphsFile
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font.h160 … int8_t GetFontVersion(BaseFont::FontType type, const char* path, char* version, uint8_t len) const in GetFontVersion() function
162 return instance_->GetFontVersion(type, path, version, len); in GetFontVersion()
H A Dbase_font.h136 virtual int8_t GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_bitmap.h43 int8_t GetFontVersion(FontType type, const char* path, char* version, uint8_t len) override;