Home
last modified time | relevance | path

Searched refs:compute_z (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDrawShadowInfo.cpp17 static SkScalar compute_z(SkScalar x, SkScalar y, const SkPoint3& params) { in compute_z() function
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()
/external/pdfium/third_party/lcms/src/
Dcmscam02.c67 cmsFloat64Number compute_z(cmsCIECAM02* pMod) in compute_z() function
409 lpMod -> z = compute_z(lpMod); in cmsCIECAM02Init()