Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Ddynamic_font_style_set.cpp24 DynamicFontStyleSet::DynamicFontStyleSet(std::unique_ptr<Typeface> typeface): typeface_(std::move(t… in DynamicFontStyleSet() function in OHOS::Rosen::TextEngine::DynamicFontStyleSet
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
Ddynamic_font_style_set_test.cpp75 …, std::shared_ptr<TexgineFontStyle> style, std::shared_ptr<TexgineString>, DynamicFontStyleSet &) { in CreateStyleChecker() argument