Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp334 UINT fuOptions, const RECT *lprc, const INT *lpDx);
1004 UINT fuOptions, const RECT *lprc, const INT *lpDx) in DrawText() argument
1016 ::ExtTextOutW(mInteropHDC, x, y, fuOptions, lprc, text, len, lpDx); in DrawText()
1281 const RECT *lprc, in DWriteContext_DrawText() argument
1286 fuOptions, lprc, lpDx); in DWriteContext_DrawText()
H A Dgui_dwrite.h71 const RECT *lprc,
H A Dgui_w32.c4528 LPRECT lprc) in _DuringSizing() argument
4535 w = lprc->right - lprc->left; in _DuringSizing()
4536 h = lprc->bottom - lprc->top; in _DuringSizing()
4543 lprc->left += w_offset; in _DuringSizing()
4546 lprc->right -= w_offset; in _DuringSizing()
4550 lprc->top += h_offset; in _DuringSizing()
4553 lprc->bottom -= h_offset; in _DuringSizing()