Lines Matching refs:ambientBounds
143 SkRect ambientBounds = path.getBounds();
148 occluderZ = compute_z(ambientBounds.fLeft, ambientBounds.fTop, rec.fZPlaneParams);
149 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fTop,
151 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fLeft, ambientBounds.fBottom,
153 occluderZ = std::max(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fBottom,
162 ctm.mapRect(&ambientBounds);
207 SkRect spotBounds = ambientBounds;
208 ambientBounds.outset(ambientBlur, ambientBlur);
217 *bounds = ambientBounds;