Home
last modified time | relevance | path

Searched refs:defaultInstance_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font.cpp33 UIFont::UIFont() : instance_(nullptr), defaultInstance_(nullptr) {} in UIFont()
42 instance.defaultInstance_ = new UIFontBitmap(); in GetInstance()
43 instance.instance_ = instance.defaultInstance_; in GetInstance()
49 instance.defaultInstance_ = new UIFontVector(); in GetInstance()
50 instance.instance_ = instance.defaultInstance_; in GetInstance()
60 if (defaultInstance_ != nullptr && setFontAllocFlag_) { in SetFont()
61 delete defaultInstance_; in SetFont()
62 defaultInstance_ = nullptr; in SetFont()
65 defaultInstance_ = font; in SetFont()
88 instance.defaultInstance_ in GetBitmapInstance()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font.h265 BaseFont* defaultInstance_; member in OHOS::UIFont

Completed in 1 milliseconds