Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp75 , m_postShiftY(0) in RotationTransform()
84 rtn.m_preShiftY = m_postShiftY; in operator -()
86 rtn.m_postShiftY = m_preShiftY; in operator -()
94 *y2 = y1 * m_cosA - x1 * m_sinA + m_postShiftY; in map()
101 *y2 = stableRound(y1 * m_cosA - x1 * m_sinA) + m_postShiftY; in map()
109 int m_postShiftY; member in WebCore::RotationTransform
401 int srcY = y1 * cosA - transform.m_postShiftY; in _rotateBitmap()
416 int srcY = -x1 * sinA + transform.m_postShiftY; in _rotateBitmap()
502 m_rotation.m_postShiftY = centerY; in TransparentLayerDC()
509 m_rotation.m_postShiftY -= m_origRect.y(); in TransparentLayerDC()