Home
last modified time | relevance | path

Searched refs:RENDER_STRATEGY_SINGLE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.h130 const uint32_t RENDER_STRATEGY_SINGLE = 0; variable
H A Drich_editor_base_test_ng.cpp1235 style.SetRenderStrategy(RENDER_STRATEGY_SINGLE);
1275 style.SetRenderStrategy(RENDER_STRATEGY_SINGLE);
1326 EXPECT_EQ(newSpan2->GetSymbolRenderingStrategy(), RENDER_STRATEGY_SINGLE);
1355 style.SetRenderStrategy(RENDER_STRATEGY_SINGLE);
H A Drich_editor_test_ng.cpp126 const uint32_t RENDER_STRATEGY_SINGLE = 0; variable
3641 style.SetRenderStrategy(RENDER_STRATEGY_SINGLE);
3681 style.SetRenderStrategy(RENDER_STRATEGY_SINGLE);
3732 EXPECT_EQ(newSpan2->GetSymbolRenderingStrategy(), RENDER_STRATEGY_SINGLE);
3761 style.SetRenderStrategy(RENDER_STRATEGY_SINGLE);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_test_ng.cpp77 const uint32_t RENDER_STRATEGY_SINGLE = 0; variable
1003 symbolSpanModelNG.SetSymbolRenderingStrategy(RENDER_STRATEGY_SINGLE);
1004 EXPECT_EQ(spanNode->GetSymbolRenderingStrategy(), RENDER_STRATEGY_SINGLE);