Searched refs:LBpenplus (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/cpl/desk/ |
H A D | draw.c | 68 int LBpenplus = 0; in MyIntDrawRectEdge() local 85 LBpenplus = 1; in MyIntDrawRectEdge() 152 LineTo(hdc, InnerRect.left+1, InnerRect.bottom-LBpenplus); in MyIntDrawRectEdge() 163 MoveToEx(hdc, InnerRect.left+LBpenplus, InnerRect.bottom-2, NULL); in MyIntDrawRectEdge()
|
/reactos/win32ss/user/ntuser/ |
H A D | draw.c | 419 int LBpenplus = 0; in IntDrawRectEdge() local 467 LBpenplus = 1; in IntDrawRectEdge() 527 NtGdiLineTo(hdc, InnerRect.left+1, InnerRect.bottom-LBpenplus); in IntDrawRectEdge() 533 GreMoveTo(hdc, InnerRect.left+LBpenplus, InnerRect.bottom-2, NULL); in IntDrawRectEdge()
|
/reactos/dll/win32/uxtheme/ |
H A D | draw.c | 1202 int LBpenplus = 0; in draw_rect_edge() local 1242 if((uFlags & BF_BOTTOMLEFT) == BF_BOTTOMLEFT) LBpenplus = 1; in draw_rect_edge() 1288 LineTo(hdc, InnerRect.left+1, InnerRect.bottom-LBpenplus); in draw_rect_edge() 1294 LineTo(hdc, InnerRect.left-1+LBpenplus, InnerRect.bottom-2); in draw_rect_edge()
|