Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 19 of 19) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
Dtexgine_font_style_set_test.cpp43 std::make_shared<TexgineFontStyleSet>(SkFontStyleSet::CreateEmpty());
63 std::make_shared<TexgineFontStyleSet>(SkFontStyleSet::CreateEmpty());
67 std::make_shared<TexgineFontStyleSet>(SkFontStyleSet::CreateEmpty());
71 std::make_shared<TexgineFontStyleSet>(SkFontStyleSet::CreateEmpty());
89 std::make_shared<TexgineFontStyleSet>(SkFontStyleSet::CreateEmpty());
108 std::make_shared<TexgineFontStyleSet>(SkFontStyleSet::CreateEmpty());
112 std::make_shared<TexgineFontStyleSet>(SkFontStyleSet::CreateEmpty());
117 std::make_shared<TexgineFontStyleSet>(SkFontStyleSet::CreateEmpty());
Dtext_merger_test.cpp53 CharGroups cgs = CharGroups::CreateEmpty();
202 static inline CharGroups cgs1_ = CharGroups::CreateEmpty();
203 static inline CharGroups cgs2_ = CharGroups::CreateEmpty();
224 …3(tm, {.arg1 = std::make_shared<MyAnySpan>(0, 0), .arg2 = false, .arg3 = CharGroups::CreateEmpty(),
232 RUN_ALL_TESTINFO3(tm, {.arg1 = GenTestSpan({.rtl = false, .cgs = CharGroups::CreateEmpty()}),
235 ….arg2 = false, .arg3 = CharGroups::CreateEmpty(), .checkFunc = GetMergerResultChecker(MergeResult:…
Dtext_shaper_test.cpp84 CharGroups cgs_ = CharGroups::CreateEmpty();
112 static inline CharGroups cgs1_ = CharGroups::CreateEmpty();
113 static inline CharGroups cgs2_ = CharGroups::CreateEmpty();
236 CharGroups::CreateEmpty(), spanWidth, glyphWidths));
Dsystem_font_provider_test.cpp34 std::shared_ptr<TexgineFontStyleSet> fontStyleSet = TexgineFontStyleSet::CreateEmpty();
Dtext_breaker_test.cpp104 CharGroups emptyCgs_ = CharGroups::CreateEmpty();
105 static inline CharGroups cgs1_ = CharGroups::CreateEmpty();
106 static inline CharGroups cgs2_ = CharGroups::CreateEmpty();
Dtext_reverser_test.cpp33 ts->cgs_ = CharGroups::CreateEmpty(); in GenerateTestSpan()
Dtexgine_font_manager_test.cpp31 OHOS::Rosen::TextEngine::TexgineFontStyleSet::CreateEmpty();
Dbidi_processer_test.cpp113 static inline CharGroups cgs1_ = CharGroups::CreateEmpty();
126 CharGroups cgs = CharGroups::CreateEmpty();
Dline_breaker_test.cpp128 CharGroups cgs1 = CharGroups::CreateEmpty(); in SetUpTestCase()
136 CharGroups cgs2 = CharGroups::CreateEmpty(); in SetUpTestCase()
Dchar_groups_test.cpp52 static inline CharGroups normalCgs_ = CharGroups::CreateEmpty();
53 static inline CharGroups glyphsCgs_ = CharGroups::CreateEmpty();
54 static inline CharGroups emptyCgs_ = CharGroups::CreateEmpty();
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_font_style_set.cpp70 std::shared_ptr<TexgineFontStyleSet> TexgineFontStyleSet::CreateEmpty() in CreateEmpty() function in OHOS::Rosen::TextEngine::TexgineFontStyleSet
72 auto fss = SkFontStyleSet::CreateEmpty(); in CreateEmpty()
Dtexgine_font_style_set.h63 static std::shared_ptr<TexgineFontStyleSet> CreateEmpty();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_model.h40 virtual RefPtr<AceType> CreateEmpty() in CreateEmpty() function
Dnavdestination_model_ng.h36 RefPtr<AceType> CreateEmpty() override;
Dnavdestination_model_ng.cpp367 RefPtr<AceType> NavDestinationModelNG::CreateEmpty() in CreateEmpty() function in OHOS::Ace::NG::NavDestinationModelNG
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dchar_groups.cpp32 CharGroups CharGroups::CreateEmpty() in CreateEmpty() function in OHOS::Rosen::TextEngine::CharGroups
42 CharGroups cgs = CreateEmpty(); in CreateWithInvalidRange()
314 auto ret = CharGroups::CreateEmpty(); in Clone()
Dchar_groups.h88 static CharGroups CreateEmpty();
Dmeasurer_impl.cpp277 cgs = CharGroups::CreateEmpty(); in Shape()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_navigation_stack.cpp189 return AceType::DynamicCast<NG::UINode>(NavDestinationModel::GetInstance()->CreateEmpty()); in CreateNodeByIndex()
207 return DynamicCast<NG::UINode>(NavDestinationModel::GetInstance()->CreateEmpty()); in CreateNodeByRouteInfo()