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

/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp469 double th, invth, scale, invscale; local
485 invth = 1.0 / sin (th);
486 scale = sin (th * (1.0 - t)) * invth;
487 invscale = sin (th * t) * invth;

Completed in 55 milliseconds