Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_loading_progress_bridge.cpp86 auto strategyInt = static_cast<uint32_t>(ForegroundColorStrategy::INVERT); in SetForegroundColor() local
87 … GetArkUINodeModifiers()->getCommonModifier()->setForegroundColor(nativeNode, false, strategyInt); in SetForegroundColor()
H A Darkts_native_text_bridge.cpp191 auto strategyInt = static_cast<uint32_t>(ForegroundColorStrategy::INVERT); in SetForegroundColor() local
192 …GetArkUINodeModifiers()->getTextModifier()->setTextForegroundColor(nativeNode, false, strategyInt); in SetForegroundColor()