Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp456 double th, invth, scale, invscale; in slerp() local
472 invth = 1.0 / sin (th); in slerp()
473 scale = sin (th * (1.0 - t)) * invth; in slerp()
474 invscale = sin (th * t) * invth; in slerp()