Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp75 , m_postShiftX(0) in RotationTransform()
84 rtn.m_preShiftX = m_postShiftX; in operator -()
86 rtn.m_postShiftX = m_preShiftX; in operator -()
94 *x2 = x1 * m_cosA + y1 * m_sinA + m_postShiftX; in map()
101 *x2 = stableRound(x1 * m_cosA + y1 * m_sinA) + m_postShiftX; in map()
109 int m_postShiftX; member in WebCore::RotationTransform
399 int srcX = x1 * cosA + transform.m_postShiftX; in _rotateBitmap()
414 int srcX = y1 * sinA + transform.m_postShiftX; in _rotateBitmap()
500 m_rotation.m_postShiftX = centerX; in TransparentLayerDC()
507 m_rotation.m_postShiftX -= m_origRect.x(); in TransparentLayerDC()