/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
D | texgine_font_style_set_test.cpp | 43 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());
|
D | text_merger_test.cpp | 53 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:…
|
D | text_shaper_test.cpp | 84 CharGroups cgs_ = CharGroups::CreateEmpty(); 112 static inline CharGroups cgs1_ = CharGroups::CreateEmpty(); 113 static inline CharGroups cgs2_ = CharGroups::CreateEmpty(); 236 CharGroups::CreateEmpty(), spanWidth, glyphWidths));
|
D | system_font_provider_test.cpp | 34 std::shared_ptr<TexgineFontStyleSet> fontStyleSet = TexgineFontStyleSet::CreateEmpty();
|
D | text_breaker_test.cpp | 104 CharGroups emptyCgs_ = CharGroups::CreateEmpty(); 105 static inline CharGroups cgs1_ = CharGroups::CreateEmpty(); 106 static inline CharGroups cgs2_ = CharGroups::CreateEmpty();
|
D | text_reverser_test.cpp | 33 ts->cgs_ = CharGroups::CreateEmpty(); in GenerateTestSpan()
|
D | texgine_font_manager_test.cpp | 31 OHOS::Rosen::TextEngine::TexgineFontStyleSet::CreateEmpty();
|
D | bidi_processer_test.cpp | 113 static inline CharGroups cgs1_ = CharGroups::CreateEmpty(); 126 CharGroups cgs = CharGroups::CreateEmpty();
|
D | line_breaker_test.cpp | 128 CharGroups cgs1 = CharGroups::CreateEmpty(); in SetUpTestCase() 136 CharGroups cgs2 = CharGroups::CreateEmpty(); in SetUpTestCase()
|
D | char_groups_test.cpp | 52 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/ |
D | texgine_font_style_set.cpp | 70 std::shared_ptr<TexgineFontStyleSet> TexgineFontStyleSet::CreateEmpty() in CreateEmpty() function in OHOS::Rosen::TextEngine::TexgineFontStyleSet 72 auto fss = SkFontStyleSet::CreateEmpty(); in CreateEmpty()
|
D | texgine_font_style_set.h | 63 static std::shared_ptr<TexgineFontStyleSet> CreateEmpty();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
D | navdestination_model.h | 40 virtual RefPtr<AceType> CreateEmpty() in CreateEmpty() function
|
D | navdestination_model_ng.h | 36 RefPtr<AceType> CreateEmpty() override;
|
D | navdestination_model_ng.cpp | 367 RefPtr<AceType> NavDestinationModelNG::CreateEmpty() in CreateEmpty() function in OHOS::Ace::NG::NavDestinationModelNG
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
D | char_groups.cpp | 32 CharGroups CharGroups::CreateEmpty() in CreateEmpty() function in OHOS::Rosen::TextEngine::CharGroups 42 CharGroups cgs = CreateEmpty(); in CreateWithInvalidRange() 314 auto ret = CharGroups::CreateEmpty(); in Clone()
|
D | char_groups.h | 88 static CharGroups CreateEmpty();
|
D | measurer_impl.cpp | 277 cgs = CharGroups::CreateEmpty(); in Shape()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
D | js_navigation_stack.cpp | 189 return AceType::DynamicCast<NG::UINode>(NavDestinationModel::GetInstance()->CreateEmpty()); in CreateNodeByIndex() 207 return DynamicCast<NG::UINode>(NavDestinationModel::GetInstance()->CreateEmpty()); in CreateNodeByRouteInfo()
|