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

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

Completed in 27 milliseconds