Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp143 SkRect ambientBounds = path.getBounds(); in GetLocalBounds() local
148 occluderZ = compute_z(ambientBounds.fLeft, ambientBounds.fTop, rec.fZPlaneParams); in GetLocalBounds()
149 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fTop, in GetLocalBounds()
151 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fLeft, ambientBounds.fBottom, in GetLocalBounds()
153 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fBottom, in GetLocalBounds()
162 ctm.mapRect(&ambientBounds); in GetLocalBounds()
[all...]

Completed in 1 milliseconds