Home
last modified time | relevance | path

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

/reactos/dll/win32/shlwapi/
H A Dpath.c2916 DWORD dwEllipsesLen = 0, dwPathLen = 0; in PathCompactPathW() local
2923 dwEllipsesLen = size.cx; in PathCompactPathW()
2941 DWORD dwTotalLen = bEllipses? dwPathLen + dwEllipsesLen : dwPathLen; in PathCompactPathW()
2983 } while (dwLen && size.cx + dwEllipsesLen > dx); in PathCompactPathW()
2989 dwEllipsesLen /= 3; /* Size of a single '.' */ in PathCompactPathW()
2992 while (dwWritten + dwEllipsesLen < dx && dwLen < 3) in PathCompactPathW()
2995 dwWritten += dwEllipsesLen; in PathCompactPathW()