mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[WIN32SS][NTGDI] Refactoring PATH_WidenPath (#888)
Preparation to support pen width. Split IntGdiWidenPath function from PATH_WidenPath function. IntGdiWidenPath is independent from DC. CORE-2527, CORE-13534
This commit is contained in:
parent
7af2f717bc
commit
43c78d4b75
2 changed files with 98 additions and 83 deletions
|
@ -109,3 +109,5 @@ VOID FASTCALL IntGetCurrentPositionEx(PDC dc, LPPOINT pt);
|
|||
BOOL PATH_RestorePath( DC *, DC *);
|
||||
BOOL PATH_SavePath( DC *, DC *);
|
||||
BOOL IntGdiFillRgn(PDC pdc, PREGION prgn, PBRUSH pbrFill);
|
||||
PPATH FASTCALL
|
||||
IntGdiWidenPath(PPATH pPath, UINT penWidth, UINT penStyle, FLOAT eMiterLimit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue