Home
last modified time | relevance | path

Searched refs:textShadowVector (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_span_modifier.cpp404 auto textShadowVector = SpanModelNG::GetTextShadow(frameNode); in GetTextShadow() local
406 if (i < textShadowVector.size()) { in GetTextShadow()
407 *(shadow + i) = { static_cast<float>(textShadowVector[i].GetBlurRadius()), in GetTextShadow()
408 …static_cast<int32_t>(textShadowVector[i].GetShadowType()), textShadowVector[i].GetColor().GetValue… in GetTextShadow()
409 textShadowVector[i].GetOffset().GetX(), textShadowVector[i].GetOffset().GetY(), in GetTextShadow()
410 textShadowVector[i].GetIsFilled() }; in GetTextShadow()
H A Dnode_text_modifier.cpp567 auto textShadowVector = TextModelNG::GetTextShadow(frameNode); in GetTextShadow() local
569 if (i < textShadowVector.size()) { in GetTextShadow()
570 *(shadow + i) = { static_cast<float>(textShadowVector[i].GetBlurRadius()), in GetTextShadow()
571 …static_cast<int32_t>(textShadowVector[i].GetShadowType()), textShadowVector[i].GetColor().GetValue… in GetTextShadow()
572 textShadowVector[i].GetOffset().GetX(), textShadowVector[i].GetOffset().GetY(), in GetTextShadow()
573 textShadowVector[i].GetIsFilled()}; in GetTextShadow()