Searched defs:sina (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.cpp66 const float sina = sinf(-m_rotation); local
70 const float rotWidth = width * cosa - height * sina;
71 const float rotHeight = width * sina + height * cosa;
101 float sina = sinf(-m_rotation); local
108 CGPoint rx = CGPointMake(width * cosa, width * sina);
109 CGPoint ry = CGPointMake(-height * sina, height * cosa);

Completed in 79 milliseconds