Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkDrawShadowInfo.cpp16 static SkScalar compute_z(SkScalar x, SkScalar y, const SkPoint3& params) { in compute_z() function
123 occluderZ = compute_z(ambientBounds.fLeft, ambientBounds.fTop, rec.fZPlaneParams); in GetLocalBounds()
124 occluderZ = SkTMax(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fTop, in GetLocalBounds()
126 occluderZ = SkTMax(occluderZ, compute_z(ambientBounds.fLeft, ambientBounds.fBottom, in GetLocalBounds()
128 occluderZ = SkTMax(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fBottom, in GetLocalBounds()
/external/skia/src/core/
DSkDrawShadowInfo.cpp16 static SkScalar compute_z(SkScalar x, SkScalar y, const SkPoint3& params) { in compute_z() function
123 occluderZ = compute_z(ambientBounds.fLeft, ambientBounds.fTop, rec.fZPlaneParams); in GetLocalBounds()
124 occluderZ = SkTMax(occluderZ, compute_z(ambientBounds.fRight, ambientBounds.fTop, in GetLocalBounds()
126 occluderZ = SkTMax(occluderZ, compute_z(ambientBounds.fLeft, ambientBounds.fBottom, in GetLocalBounds()
128 occluderZ = SkTMax(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()