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 D | toast_view.cpp | 113 auto textContext = textNode->GetRenderContext(); in UpdateTextLayoutProperty() local 114 CHECK_NULL_VOID(textContext); in UpdateTextLayoutProperty() 115 textContext->UpdateClipEdge(false); in UpdateTextLayoutProperty()
|
H A D | toast_pattern.cpp | 351 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 D | text_timer_pattern.cpp | 188 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 D | overlay_test_update.cpp | 455 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 D | window_pattern.cpp | 264 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 D | text_clock_pattern.cpp | 264 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 D | swiper_indicator_pattern.cpp | 96 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()
|