Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp71 , m_sinA(0.) in RotationTransform()
82 rtn.m_sinA = -m_sinA; in operator -()
93 *x2 = x1 * m_cosA + y1 * m_sinA + m_postShiftX; in map()
94 *y2 = y1 * m_cosA - x1 * m_sinA + m_postShiftY; in map()
100 *x2 = stableRound(x1 * m_cosA + y1 * m_sinA) + m_postShiftX; in map()
101 *y2 = stableRound(y1 * m_cosA - x1 * m_sinA) + m_postShiftY; in map()
105 double m_sinA; member in WebCore::RotationTransform
394 if (isZero(transform.m_sinA)) { in _rotateBitmap()
410 int sinA = transform.m_sinA > 0 ? 1 : -1; in _rotateBitmap()
495 m_rotation.m_sinA = b / c; in TransparentLayerDC()