Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDrawShadowInfo.cpp189 SkRect spotBounds = ambientBounds; in GetLocalBounds() local
191 spotBounds.fLeft *= spotScale; in GetLocalBounds()
192 spotBounds.fTop *= spotScale; in GetLocalBounds()
193 spotBounds.fRight *= spotScale; in GetLocalBounds()
194 spotBounds.fBottom *= spotScale; in GetLocalBounds()
195 spotBounds.offset(spotOffset.fX, spotOffset.fY); in GetLocalBounds()
196 spotBounds.outset(spotBlur, spotBlur); in GetLocalBounds()
200 bounds->join(spotBounds); in GetLocalBounds()