Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp207 SkRect spotBounds = ambientBounds; in GetLocalBounds() local
209 spotBounds.fLeft *= spotScale; in GetLocalBounds()
210 spotBounds.fTop *= spotScale; in GetLocalBounds()
211 spotBounds.fRight *= spotScale; in GetLocalBounds()
212 spotBounds.fBottom *= spotScale; in GetLocalBounds()
213 spotBounds.offset(spotOffset.fX, spotOffset.fY); in GetLocalBounds()
214 spotBounds.outset(spotBlur, spotBlur); in GetLocalBounds()
218 bounds->join(spotBounds); in GetLocalBounds()

Completed in 1 milliseconds