Home
last modified time | relevance | path

Searched defs:lightPos (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp38 OH_Drawing_Point3D lightPos; member
49 OH_Drawing_Point3D lightPos; member
63 OH_Drawing_Point3D lightPos = param.lightPos; in draw_shadow() local
206 OH_Drawing_Point3D lightPos = param.lightPos; in draw_rect_path_shadow() local
264 OH_Drawing_Point3D lightPos = param.lightPos; in draw_star() local
311 void draw_black_point(OH_Drawing_Canvas* canvas, OH_Drawing_Point3D lightPos, float kLightR) in draw_black_point()
366 OH_Drawing_Point3D lightPos = { lightXY.x, lightXY.y, 500.f }; // 500.f 坐标参数 in draw_paths() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_point_light_manager.cpp141 auto lightPos = CalculateLightPosForIlluminated(*lightSourcePtr, geoPtr->GetAbsRect()); in CheckIlluminated() local
150 Vector4f lightPos; in CalculateLightPosForIlluminated() local
H A Drs_properties_painter.cpp429 Drawing::Point3 lightPos = {pt[0].GetX(), pt[0].GetY(), DEFAULT_LIGHT_HEIGHT}; in DrawShadowInner() local
1234 auto lightPos = iter->second; in DrawLightInner() local
H A Drs_property_drawable_bounds_geometry.cpp544 Drawing::Point3 lightPos = {pt[0].GetX(), pt[0].GetY(), DEFAULT_LIGHT_HEIGHT}; in Draw() local
H A Drs_properties.cpp3369 auto lightPos = lightSourcePtr_->GetLightPosition(); in CalculateAbsLightPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_overlay_modifier.cpp58 …RSPoint3 lightPos = { bounds.GetLeft() + bounds.GetWidth() / 2.0, bounds.GetTop() + bounds.GetHeig… in PaintShadow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp328 RSPoint3 lightPos = { rsPath.GetBounds().GetLeft() / 2.0 + rsPath.GetBounds().GetRight() / 2.0, in PaintShadow() local
332 RSPoint3 lightPos = { bounds.GetLeft() / 2.0 + bounds.GetRight() / 2.0, in PaintShadow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.cpp313 …RSPoint3 lightPos = { bounds.GetLeft() + bounds.GetWidth() / 2.0, bounds.GetTop() + bounds.GetHeig… in PaintShadow() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h314 …dLightSourcesAndPos(const std::shared_ptr<RSLightSource>& lightSourcePtr, const Vector4f& lightPos) in AddLightSourcesAndPos()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp545 auto lightPos = iter->second; in DrawLight() local
H A Drs_property_drawable_utils.cpp978 Drawing::Point3 lightPos = {pt[0].GetX(), pt[0].GetY(), DEFAULT_LIGHT_HEIGHT}; in DrawShadow() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp994 Vector4f lightPos = {1.f, 1.f, 1.f, 1.f}; // for test variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2961 …SkPoint3 lightPos = { skPath.getBounds().centerX(), skPath.getBounds().centerY(), shadow.GetLightH… in PaintShadow() local
3009 RSPoint3 lightPos = RSPoint3(drRect.GetLeft() * FLOAT_HALF + drRect.GetRight() * FLOAT_HALF, in PaintShadow() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp518 Point3 lightPos; in OnDrawShadow() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2122 const Math::Vec3 lightPos = in ProcessShadowCamera() local