Searched refs:compute_z (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 29 static SkScalar compute_z(SkScalar x, SkScalar y, const SkPoint3& params) { in compute_z() function 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()
|
Completed in 1 milliseconds