Searched refs:GetFontVersion (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_manager.cpp | 61 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 D | glyphs_manager.h | 35 int8_t GetFontVersion(const char* fontName, char* version, uint8_t len);
|
H A D | glyphs_file.h | 37 int8_t GetFontVersion(const char* fontName, char* version, uint8_t len);
|
H A D | ui_font_bitmap.cpp | 203 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 D | glyphs_file.cpp | 253 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 D | ui_font.h | 160 … 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 D | base_font.h | 136 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 D | ui_font_bitmap.h | 43 int8_t GetFontVersion(FontType type, const char* path, char* version, uint8_t len) override;
|