Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_point_light_manager.cpp148 const RSLightSource& lightSource, const RectI& illuminatedAbsRect) in CalculateLightPosForIlluminated()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp959 auto lightSource = std::make_shared<RSLightSource>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8578 void ParseJSLightSource(JSRef<JSObject>& lightSource) in ParseJSLightSource()
8617 JSRef<JSObject> lightSource = object->GetProperty("lightSource"); in JsPointLight() local