/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/font/ |
H A D | cj_font_ffi.cpp | 43 NativeOptionFontInfo FfiFontManagerGetFontByName(const char* fontName) in FfiFontManagerGetFontByName() argument
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_manager.cpp | 34 int8_t GlyphsManager::SetFile(const char* fontName, int32_t fp, uint32_t start, uint16_t fileType) in SetFile() argument 61 int8_t GlyphsManager::GetFontVersion(const char* fontName, char* version, uint8_t len) in GetFontVersion() argument
|
H A D | glyphs_file.cpp | 105 void GlyphsFile::SetFontName(const char* fontName) in SetFontName() argument 133 int8_t GlyphsFile::SetFile(const char* fontName, int32_t fp, uint32_t start) in SetFile() argument 190 bool GlyphsFile::IsSameFile(const char* fontName) in IsSameFile() argument 253 GetFontVersion(const char* fontName, char* version, uint8_t len) GetFontVersion() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | font_manager.cpp | 160 bool FontManager::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 402 NativeOptionFontInfo CJFrontendAbstract::GetSystemFont(const std::string& fontName) in GetSystemFont() argument
|
/foundation/arkui/ace_engine/interfaces/napi/kits/font/ |
H A D | js_font.cpp | 145 char fontName[STR_BUFFER_SIZE] = { 0 }; in JSgetFontByName() local
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_canvas.h | 294 const char* fontName; member
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_parser.cpp | 315 std::string fontName = fontSet_[i].substr(idx + 1, fontSet_[i].size() - idx - 1); in SetFontDescriptor() local 445 std::unique_ptr<FontParser::FontDescriptor> FontParser::ParseFontDescriptor(const std::string& fontName, in ParseFontDescriptor() argument 486 std::unique_ptr<FontParser::FontDescriptor> FontParser::GetVisibilityFontByName(const std::string& fontName, in GetVisibilityFontByName() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 569 bool FrontendDelegateDeclarativeNG::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont() argument
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 311 bool PipelineBase::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 1636 bool PluginFrontendDelegate::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 1872 bool FrontendDelegateImpl::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 3152 bool FrontendDelegateDeclarative::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont() argument
|