HomeSort by relevance Sort by last modified time
    Searched full:sina (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 59 const float sina = sinf(-m_rotation); local
63 const float rotWidth = width * cosa - height * sina;
64 const float rotHeight = width * sina + height * cosa;
94 float sina = sinf(-m_rotation); local
101 CGPoint rx = CGPointMake(width * cosa, width * sina);
102 CGPoint ry = CGPointMake(-height * sina, height * cosa);
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 641 double sinA = sin(angle);
643 double sinA2 = sinA * sinA;
667 mat.m_matrix[1][2] = 2.0f * sinA * cosA;
669 mat.m_matrix[2][1] = -2.0f * sinA * cosA;
677 mat.m_matrix[0][2] = -2.0f * sinA * cosA;
681 mat.m_matrix[2][0] = 2.0f * sinA * cosA;
689 mat.m_matrix[0][1] = 2.0f * sinA * cosA;
691 mat.m_matrix[1][0] = -2.0f * sinA * cosA;
706 mat.m_matrix[0][1] = 2.0f * (x * y * sinA2 + z * sinA * cosA)
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 410 int sinA = transform.m_sinA > 0 ? 1 : -1;
415 int srcX = y1 * sinA + transform.m_postShiftX;
416 int srcY = -x1 * sinA + transform.m_postShiftY;
    [all...]
  /external/webkit/WebCore/
ChangeLog-2003-10-25     [all...]

Completed in 315 milliseconds