Home
last modified time | relevance | path

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

/reactos/dll/cpl/desk/
H A Ddraw.c111 MoveToEx(hdc, InnerRect.left, InnerRect.top, NULL); in MyIntDrawRectEdge()
112 LineTo(hdc, InnerRect.right, InnerRect.top); in MyIntDrawRectEdge()
116 MoveToEx(hdc, InnerRect.left, InnerRect.top, NULL); in MyIntDrawRectEdge()
117 LineTo(hdc, InnerRect.left, InnerRect.bottom); in MyIntDrawRectEdge()
128 MoveToEx(hdc, InnerRect.left, InnerRect.bottom-1, NULL); in MyIntDrawRectEdge()
129 LineTo(hdc, InnerRect.right, InnerRect.bottom-1); in MyIntDrawRectEdge()
133 MoveToEx(hdc, InnerRect.right-1, InnerRect.top, NULL); in MyIntDrawRectEdge()
134 LineTo(hdc, InnerRect.right-1, InnerRect.bottom); in MyIntDrawRectEdge()
147 LineTo(hdc, InnerRect.right-RTpenplus, InnerRect.top+1); in MyIntDrawRectEdge()
152 LineTo(hdc, InnerRect.left+1, InnerRect.bottom-LBpenplus); in MyIntDrawRectEdge()
[all …]
/reactos/win32ss/user/ntuser/
H A Ddraw.c495 GreMoveTo(hdc, InnerRect.left, InnerRect.top, NULL); in IntDrawRectEdge()
496 NtGdiLineTo(hdc, InnerRect.right, InnerRect.top); in IntDrawRectEdge()
500 GreMoveTo(hdc, InnerRect.left, InnerRect.top, NULL); in IntDrawRectEdge()
501 NtGdiLineTo(hdc, InnerRect.left, InnerRect.bottom); in IntDrawRectEdge()
507 GreMoveTo(hdc, InnerRect.left, InnerRect.bottom-1, NULL); in IntDrawRectEdge()
508 NtGdiLineTo(hdc, InnerRect.right, InnerRect.bottom-1); in IntDrawRectEdge()
512 GreMoveTo(hdc, InnerRect.right-1, InnerRect.top, NULL); in IntDrawRectEdge()
513 NtGdiLineTo(hdc, InnerRect.right-1, InnerRect.bottom); in IntDrawRectEdge()
521 GreMoveTo(hdc, InnerRect.left+LTpenplus, InnerRect.top+1, NULL); in IntDrawRectEdge()
522 NtGdiLineTo(hdc, InnerRect.right-RTpenplus, InnerRect.top+1); in IntDrawRectEdge()
[all …]
/reactos/dll/win32/uxtheme/
H A Ddraw.c1258 MoveToEx(hdc, InnerRect.left, InnerRect.top, NULL); in draw_rect_edge()
1259 LineTo(hdc, InnerRect.right, InnerRect.top); in draw_rect_edge()
1263 MoveToEx(hdc, InnerRect.left, InnerRect.top, NULL); in draw_rect_edge()
1264 LineTo(hdc, InnerRect.left, InnerRect.bottom); in draw_rect_edge()
1269 MoveToEx(hdc, InnerRect.right-1, InnerRect.bottom-1, NULL); in draw_rect_edge()
1270 LineTo(hdc, InnerRect.left-1, InnerRect.bottom-1); in draw_rect_edge()
1274 MoveToEx(hdc, InnerRect.right-1, InnerRect.bottom-1, NULL); in draw_rect_edge()
1275 LineTo(hdc, InnerRect.right-1, InnerRect.top-1); in draw_rect_edge()
1283 LineTo(hdc, InnerRect.right-RTpenplus, InnerRect.top+1); in draw_rect_edge()
1288 LineTo(hdc, InnerRect.left+1, InnerRect.bottom-LBpenplus); in draw_rect_edge()
[all …]
/reactos/win32ss/user/user32/windows/
H A Ddraw.c490 fill_rect = InnerRect; in IntDrawRectEdge()
496 fill_rect = InnerRect; in IntDrawRectEdge()
516 SetRect( &fill_rect, InnerRect.left + lti_offset, InnerRect.top + width, in IntDrawRectEdge()
517 InnerRect.right - rti_offset, InnerRect.top + 2 * width ); in IntDrawRectEdge()
522 SetRect( &fill_rect, InnerRect.left + width, InnerRect.top + lti_offset, in IntDrawRectEdge()
523 InnerRect.left + 2 * width, InnerRect.bottom - lbi_offset ); in IntDrawRectEdge()
528 SetRect( &fill_rect, InnerRect.left + lbi_offset, InnerRect.bottom - 2 * width, in IntDrawRectEdge()
529 InnerRect.right - rbi_offset, InnerRect.bottom - width ); in IntDrawRectEdge()
534 SetRect( &fill_rect, InnerRect.right - 2 * width, InnerRect.top + rti_offset, in IntDrawRectEdge()
535 InnerRect.right - width, InnerRect.bottom - rbi_offset ); in IntDrawRectEdge()
[all …]