Searched refs:ambientBounds (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 125 SkRect ambientBounds = path.getBounds(); in GetLocalBounds() local 130 occluderZ = compute_z(ambientBounds.fLeft, ambientBounds.fTop, rec.fZPlaneParams); in GetLocalBounds() 131 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fTop, in GetLocalBounds() 133 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fLeft, ambientBounds.fBottom, in GetLocalBounds() 135 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fBottom, in GetLocalBounds() 144 ctm.mapRect(&ambientBounds); in GetLocalBounds() 189 SkRect spotBounds = ambientBounds; in GetLocalBounds() 190 ambientBounds.outset(ambientBlur, ambientBlur); in GetLocalBounds() 199 *bounds = ambientBounds; in GetLocalBounds()
|