Searched refs:fontName_ (Results 1 – 4 of 4) sorted by relevance
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()
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()128 UIFree(fontName_); in SetFontName()129 fontName_ = nullptr; in SetFontName()192 if ((fontName_ == nullptr) || (fontName == nullptr)) { in IsSameFile()[all …]
84 char* fontName_; variable
133 if (fontName_ != nullptr) { in SetFontId()134 UIFree(fontName_); in SetFontId()135 fontName_ = nullptr; in SetFontId()270 char* fontName_; variable