Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp76 , m_postShiftY(0) in RotationTransform()
85 rtn.m_preShiftY = m_postShiftY; in operator -()
87 rtn.m_postShiftY = m_preShiftY; in operator -()
95 *y2 = y1 * m_cosA - x1 * m_sinA + m_postShiftY; in map()
102 *y2 = stableRound(y1 * m_cosA - x1 * m_sinA) + m_postShiftY; in map()
110 int m_postShiftY; member in WebCore::RotationTransform
400 int srcY = y1 * cosA - transform.m_postShiftY; in _rotateBitmap()
415 int srcY = -x1 * sinA + transform.m_postShiftY; in _rotateBitmap()
501 m_rotation.m_postShiftY = centerY; in TransparentLayerDC()
508 m_rotation.m_postShiftY -= m_origRect.y(); in TransparentLayerDC()