Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp936 int startOutOfBoundsFlag = (x1 < 0) | ((x1 > m_Width) << 1) | in DrawLine() local
940 if (startOutOfBoundsFlag & endOutOfBoundsFlag) in DrawLine()
943 if (startOutOfBoundsFlag || endOutOfBoundsFlag) { in DrawLine()