Home
last modified time | relevance | path

Searched refs:textContext (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_view.cpp113 auto textContext = textNode->GetRenderContext(); in UpdateTextLayoutProperty() local
114 CHECK_NULL_VOID(textContext); in UpdateTextLayoutProperty()
115 textContext->UpdateClipEdge(false); in UpdateTextLayoutProperty()
H A Dtoast_pattern.cpp351 auto textContext = host->GetRenderContext(); in OnColorConfigurationUpdate() local
352 CHECK_NULL_VOID(textContext); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_pattern.cpp188 auto textContext = textNode_->GetRenderContext(); in OnModifyDone() local
189 CHECK_NULL_VOID(textContext); in OnModifyDone()
190 textContext->SetClipToFrame(false); in OnModifyDone()
191 textContext->UpdateClipEdge(false); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_update.cpp455 auto textContext = textNode->GetRenderContext(); variable
456 ASSERT_NE(textContext, nullptr);
505 auto textContext = textNode->GetRenderContext(); variable
506 ASSERT_NE(textContext, nullptr);
550 auto textContext = textNode->GetRenderContext(); variable
551 ASSERT_NE(textContext, nullptr);
598 ASSERT_NE(textContext, nullptr);
648 ASSERT_NE(textContext, nullptr);
705 ASSERT_NE(textContext, nullptr);
762 ASSERT_NE(textContext, nullptr);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp264 auto textContext = AceType::DynamicCast<RosenRenderContext>(textNode->GetRenderContext()); in BuildTextNode() local
265 CHECK_NULL_RETURN(textContext, nullptr); in BuildTextNode()
266 textContext->UpdatePosition(OffsetT<Dimension>(basePositionX, basePositionY)); in BuildTextNode()
267 textContext->SetTranslate(0, textOffsetY, 0); in BuildTextNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp264 auto textContext = textNode->GetRenderContext(); in UpdateTimeText() local
265 CHECK_NULL_VOID(textContext); in UpdateTimeText()
266 textContext->SetClipToFrame(false); in UpdateTimeText()
267 textContext->UpdateClipEdge(false); in UpdateTimeText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp96 auto textContext = context.Upgrade(); in OnModifyDone() local
97 CHECK_NULL_VOID(textContext); in OnModifyDone()
98 if (textContext->swiperIndicatorType_ == SwiperIndicatorType::DIGIT) { in OnModifyDone()
104 textContext->UpdateTextContent(layoutProperty, firstTextNode, lastTextNode); in OnModifyDone()