Home
last modified time | relevance | path

Searched refs:shadowList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_timer_modifier.cpp149 std::vector<Shadow> shadowList(length); in SetTextShadow() local
159 shadowList.at(i) = shadow; in SetTextShadow()
161 TextTimerModelNG::SetTextShadow(frameNode, shadowList); in SetTextShadow()
H A Dtext_clock_modifier.cpp130 std::vector<Shadow> shadowList(length); in SetTextShadow() local
140 shadowList.at(i) = shadow; in SetTextShadow()
142 TextClockModelNG::SetTextShadow(frameNode, shadowList); in SetTextShadow()
H A Dtext_modifier.cpp314 std::vector<Shadow> shadowList(length); in SetTextTextShadow() local
324 shadowList.at(i) = shadow; in SetTextTextShadow()
326 TextModelNG::SetTextShadow(frameNode, shadowList); in SetTextTextShadow()
H A Dnode_span_modifier.cpp384 std::vector<Shadow> shadowList(length); in SetTextTextShadow() local
394 shadowList.at(i) = shadow; in SetTextTextShadow()
396 SpanModelNG::SetTextShadow(frameNode, shadowList); in SetTextTextShadow()
H A Dnode_text_modifier.cpp540 std::vector<Shadow> shadowList(length); in SetTextTextShadow() local
550 shadowList.at(i) = shadow; in SetTextTextShadow()
552 TextModelNG::SetTextShadow(frameNode, shadowList); in SetTextTextShadow()