Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp43 ttfDir_ = _pgmptr; in UIFontVector()
44 size_t len = ttfDir_.size(); in UIFontVector()
45 size_t pos = ttfDir_.find_last_of('\\'); in UIFontVector()
47 ttfDir_.replace((pos + 1), (len - pos), VECTOR_FONT_DIR); in UIFontVector()
50 ttfDir_ = VECTOR_FONT_DIR; in UIFontVector()
104 std::string ttfPath = ttfDir_; in RegisterFontInfo()
160 std::string ttcPath = ttfDir_; in RegisterTtcFontInfo()
276 std::string ttfPath = ttfDir_; in OpenVectorFont()
317 std::string ttfPath = ttfDir_; in GetTtfInfoFromTtf()
464 ttfDir_ in SetFontPath()
[all...]
/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_vector.h69 std::string ttfDir_; member in OHOS::UIFontVector

Completed in 2 milliseconds