Home
last modified time | relevance | path

Searched refs:ambientRect (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp253 Drawing::Rect ambientRect = path.GetBounds(); in GetShadowDirtyRect() local
254 …Drawing::Rect spotRect = Drawing::Rect(ambientRect.GetLeft() * spotRatio, ambientRect.GetTop() * s… in GetShadowDirtyRect()
255 ambientRect.GetRight() * spotRatio, ambientRect.GetBottom() * spotRatio); in GetShadowDirtyRect()
259 shadowRect = ambientRect; in GetShadowDirtyRect()