Home
last modified time | relevance | path

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

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