Home
last modified time | relevance | path

Searched refs:UITextShaping (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_text_shaping.cpp20 UITextShaping* UITextShaping::GetInstance() in GetInstance()
22 static UITextShaping instance; in GetInstance()
26 bool UITextShaping::IsSameTTFId(uint16_t fontId, uint32_t unicode) in IsSameTTFId()
32 void UITextShaping::ClearTtfHeader(uint16_t fontId, uint32_t unicode) in ClearTtfHeader()
H A Dui_text_shaping.h35 class UITextShaping { class
38 * @brief Construct a new UITextShaping object
40 UITextShaping();
43 * @brief Destroy the UITextShaping object
45 ~UITextShaping();
49 * @return UITextShaping* the static instance
51 static UITextShaping* GetInstance();
55 }; // class UITextShaping
H A Dui_font_adaptor.cpp50 return UITextShaping::IsSameTTFId(fontId, unicode); in IsSameTTFId()
H A Dui_font_vector.cpp1077 UITextShaping::GetInstance()->ClearTtfHeader(); in SetCurrentLangId()

Completed in 3 milliseconds