Searched refs:m_nDstWidth (Results 1 – 2 of 2) sorted by relevance
18 m_nDstWidth = 0; in Clear()24 if (((m_nSrcLeft | m_nSrcWidth | m_nDstWidth | m_nSrcStride) % 2) != 0) { in Scale()29 unsigned int h_ratio = (m_nSrcWidth << 16) / m_nDstWidth; in Scale()38 for (unsigned int x = m_nDstLeft; x < (m_nDstLeft + m_nDstWidth); x++) { in Scale()63 m_nDstLeft | m_nDstTop | m_nDstWidth | m_nDstHeight | m_nDstStride) % 2) != 0) { in Scale()68 unsigned int h_ratio = (m_nSrcWidth << 16) / m_nDstWidth; in Scale()77 for (unsigned int x = m_nDstLeft; x < (m_nDstLeft + m_nDstWidth); x++) { in Scale()96 for (unsigned int x = m_nDstLeft / 2; x < ((m_nDstLeft + m_nDstWidth) / 2); x++) { in Scale()
14 unsigned int m_nDstWidth, m_nDstHeight; variable33 m_nDstWidth = width; in SetDstRect()