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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp479 double th, invth, scale, invscale; local
495 invth = 1.0 / std::sin(th);
496 scale = std::sin(th * (1.0 - t)) * invth;
497 invscale = std::sin(th * t) * invth;

Completed in 2727 milliseconds