Searched refs:fontName_ (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | text_adapter.cpp | 31 fontName_(nullptr), in TextAdapter() 49 if (fontName_ != nullptr) { in ~TextAdapter() 50 UIFree(fontName_); in ~TextAdapter() 51 fontName_ = nullptr; in ~TextAdapter() 57 Text::SetFont(name, size, fontName_, fontSize_); in SetFont() 109 if (fontName_ == nullptr) { in GetDynamicText() 112 newView->SetFont(fontName_, fontSize_); in GetDynamicText() 147 if (fontName_ == nullptr) { in GetIntegerText() 150 newView->SetFont(fontName_, fontSize_); in GetIntegerText()
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_file.cpp | 34 fontName_(nullptr), 42 if (fontName_) { in ~GlyphsFile() 43 UIFree(fontName_); in ~GlyphsFile() 44 fontName_ = nullptr; in ~GlyphsFile() 107 if (fontName_ != nullptr) { in SetFontName() 123 fontName_ = static_cast<char*>(UIMalloc(++nameLen)); in SetFontName() 124 if (fontName_ == nullptr) { in SetFontName() 127 if (memcpy_s(fontName_, nameLen, fontName, nameLen) != EOK) { in SetFontName() 128 UIFree(fontName_); in SetFontName() 129 fontName_ in SetFontName() [all...] |
H A D | glyphs_file.h | 84 char* fontName_; member in OHOS::GlyphsFile
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | text_adapter.h | 133 if (fontName_ != nullptr) { in SetFontId() 134 UIFree(fontName_); in SetFontId() 135 fontName_ = nullptr; in SetFontId() 270 char* fontName_; member in OHOS::TextAdapter
|
Completed in 2 milliseconds