Searched refs:RTpenplus (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/cpl/desk/ |
H A D | draw.c | 70 int RTpenplus = 0; in MyIntDrawRectEdge() local 87 RTpenplus = 1; in MyIntDrawRectEdge() 147 LineTo(hdc, InnerRect.right-RTpenplus, InnerRect.top+1); in MyIntDrawRectEdge() 168 MoveToEx(hdc, InnerRect.right-2, InnerRect.top+RTpenplus, NULL); in MyIntDrawRectEdge()
|
/reactos/win32ss/user/ntuser/ |
H A D | draw.c | 421 int RTpenplus = 0; in IntDrawRectEdge() local 469 RTpenplus = 1; in IntDrawRectEdge() 522 NtGdiLineTo(hdc, InnerRect.right-RTpenplus, InnerRect.top+1); in IntDrawRectEdge() 538 GreMoveTo(hdc, InnerRect.right-2, InnerRect.top+RTpenplus, NULL); in IntDrawRectEdge()
|
/reactos/dll/win32/uxtheme/ |
H A D | draw.c | 1204 int RTpenplus = 0; in draw_rect_edge() local 1243 if((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) RTpenplus = 1; in draw_rect_edge() 1283 LineTo(hdc, InnerRect.right-RTpenplus, InnerRect.top+1); in draw_rect_edge() 1299 LineTo(hdc, InnerRect.right-2, InnerRect.top-1+RTpenplus); in draw_rect_edge()
|