Home
last modified time | relevance | path

Searched defs:lightIntensityArray (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1230 std::array<float, MAX_LIGHT_SOURCES> lightIntensityArray = { 0 }; in DrawLightInner() local
1269 const std::array<float, MAX_LIGHT_SOURCES>& lightIntensityArray) in DrawContentLight()
1288 const std::array<float, MAX_LIGHT_SOURCES>& lightIntensityArray) in DrawBorderLight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp540 std::array<float, MAX_LIGHT_SOURCES> lightIntensityArray = { 0 }; in DrawLight() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp645 …std::array<float, MAX_LIGHT_SOURCES> lightIntensityArray = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f }; // fo… variable