Home
last modified time | relevance | path

Searched refs:sk_float_exp (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/core/
DSkFloatingPoint.h69 #define sk_float_exp(x) (float)::exp(x) macro
90 #define sk_float_exp(x) expf(x) macro
DSkScalar.h59 #define SkScalarExp(x) (float)sk_float_exp(x)
/external/skia/src/gpu/effects/
DGrConvolutionEffect.cpp185 fKernel[i] = sk_float_exp(- x * x * denom); in GrConvolutionEffect()
DGrMatrixConvolutionEffect.cpp215 float xyTerm = sk_float_exp(-(xTerm + yTerm * yTerm * sigmaYDenom)); in CreateGaussian()
/external/skia/src/views/
DSkTouchGesture.cpp71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); in evaluateMatrix()