Home
last modified time | relevance | path

Searched refs:textDecorationType (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp10907 ArkUITextDecorationType textDecorationType = { 0, Color::BLACK.GetValue()}; in GetDecoration() local
10908 fullImpl->getNodeModifiers()->getTextModifier()->getTextDecoration(node->uiNodeHandle, &textDecorationType); in GetDecoration()
10909 g_numberValues[0].i32 = textDecorationType.decorationType; in GetDecoration()
10910 g_numberValues[DECORATION_COLOR_INDEX].u32 = textDecorationType.color; in GetDecoration()
10911 g_numberValues[DECORATION_STYLE_INDEX].i32 = textDecorationType.style; in GetDecoration()

Completed in 24 milliseconds