| 52 | int GetStartOffset() const { return m_iStartCursor; } |
| 53 | int GetSelStart() const { return (m_iSelStart < m_iSelEnd) ? m_iSelStart : m_iSelEnd; } |
| 54 | int GetSelEnd() const { return (m_iSelStart > m_iSelEnd) ? m_iSelStart : m_iSelEnd; } |
| 55 | int GetBlock(int Pixel) const; |
| 56 | int GetPixel(int Block) const; |
| 57 |
no outgoing calls
no test coverage detected