Searched defs:lightColorArray (Results 1 – 2 of 2) sorted by relevance
19 const lightColorArray = ArkThemeNativeHelper.convertColorsToArray(theme.colors); constant32 const lightColorArray = ArkThemeNativeHelper.convertColorsToArray(theme?.colors); constant
649 float lightColorArray[vectorLen * MAX_LIGHT_SOURCES] = { 0 }; in DrawLight() local