Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Drect.h75 _In_ const SIZEL *pszl) in RECTL_bClipRectBySize() argument
79 prclDst->right = min(prclSrc->right, pszl->cx); in RECTL_bClipRectBySize()
80 prclDst->bottom = min(prclSrc->bottom, pszl->cy); in RECTL_bClipRectBySize()