Home
last modified time | relevance | path

Searched refs:endOutOfBoundsFlag (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp927 int endOutOfBoundsFlag = (x2 < 0) | ((x2 > m_Width) << 1) | in DrawLine() local
929 if (startOutOfBoundsFlag & endOutOfBoundsFlag) in DrawLine()
932 if (startOutOfBoundsFlag || endOutOfBoundsFlag) { in DrawLine()