Searched refs:endOutOfBoundsFlag (Results 1 – 1 of 1) sorted by relevance
915 int endOutOfBoundsFlag = (x2 < 0) | ((x2 > m_Width) << 1) | in DrawLine() local917 if (startOutOfBoundsFlag & endOutOfBoundsFlag) in DrawLine()920 if (startOutOfBoundsFlag || endOutOfBoundsFlag) { in DrawLine()