Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties_painter.cpp1297 std::array<float, MAX_LIGHT_SOURCES> lightIntensityArray = { 0 }; in DrawLightInner() local
1336 const std::array<float, MAX_LIGHT_SOURCES>& lightIntensityArray) in DrawContentLight()
1355 const std::array<float, MAX_LIGHT_SOURCES>& lightIntensityArray) in DrawBorderLight()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
Drs_property_drawable_foreground.cpp544 std::array<float, MAX_LIGHT_SOURCES> lightIntensityArray = { 0 }; in DrawLight() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
Drs_properties_painter_test.cpp685 …std::array<float, MAX_LIGHT_SOURCES> lightIntensityArray = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f }; // fo… variable