Searched refs:startOutOfBoundsFlag (Results 1 – 1 of 1) sorted by relevance
925 int startOutOfBoundsFlag = (x1 < 0) | ((x1 > m_Width) << 1) | in DrawLine() local929 if (startOutOfBoundsFlag & endOutOfBoundsFlag) in DrawLine()932 if (startOutOfBoundsFlag || endOutOfBoundsFlag) { in DrawLine()