Home
last modified time | relevance | path

Searched defs:lightColorArray (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/utility/
DArkThemeNativeHelper.ts19 const lightColorArray = ArkThemeNativeHelper.convertColorsToArray(theme.colors); constant
32 const lightColorArray = ArkThemeNativeHelper.convertColorsToArray(theme?.colors); constant
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
Drs_property_drawable_foreground.cpp649 float lightColorArray[vectorLen * MAX_LIGHT_SOURCES] = { 0 }; in DrawLight() local