Home
last modified time | relevance | path

Searched defs:MakeFromText (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dtext_span.cpp67 std::shared_ptr<TextSpan> TextSpan::MakeFromText(const std::string &text) in MakeFromText() function in OHOS::Rosen::TextEngine::TextSpan
75 std::shared_ptr<TextSpan> TextSpan::MakeFromText(const std::u16string &text) in MakeFromText() function in OHOS::Rosen::TextEngine::TextSpan
86 std::shared_ptr<TextSpan> TextSpan::MakeFromText(const std::u32string &text) in MakeFromText() function in OHOS::Rosen::TextEngine::TextSpan
98 std::shared_ptr<TextSpan> TextSpan::MakeFromText(const std::vector<uint16_t> &text) in MakeFromText() function in OHOS::Rosen::TextEngine::TextSpan
105 std::shared_ptr<TextSpan> TextSpan::MakeFromText(const std::vector<uint32_t> &text) in MakeFromText() function in OHOS::Rosen::TextEngine::TextSpan