| /src/crypto/krb5/src/windows/leash/ |
| H A D | MainFrm.cpp | 214 CRect rect; in PreCreateWindow() local 216 rect.left = atoi((const char*) strText); in PreCreateWindow() 217 rect.top = atoi((const char*) strText + 5); in PreCreateWindow() 218 rect.right = atoi((const char*) strText + 10); in PreCreateWindow() 219 rect.bottom = atoi((const char*) strText + 15); in PreCreateWindow() 221 cs.x = rect.left; in PreCreateWindow() 222 cs.y = rect.top; in PreCreateWindow() 223 cs.cx = rect.right - rect.left; in PreCreateWindow() 224 cs.cy = rect.bottom - rect.top; in PreCreateWindow()
|
| H A D | LeashView.h | 243 …virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect…
|
| H A D | LeashView.cpp | 433 DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, in Create() argument 436 return CListView::Create(lpszClassName, lpszWindowName, dwStyle, rect, in Create()
|
| /src/crypto/krb5/src/windows/leashdll/ |
| H A D | lsh_pwd.c | 467 RECT rect; in PaintLogoBitmap() local 475 GetClientRect(hPicFrame, &rect); in PaintLogoBitmap() 479 StretchBlt(hdc, 0, 0, rect.right, rect.bottom, hdcMem, 0, 0, in PaintLogoBitmap() 1181 RECT rect; in AdjustOptions() local 1205 GetWindowRect(hwnd,&rect); in AdjustOptions() 1206 …SetWindowPos(hwnd,0,rect.left-dlgRect.left-GetSystemMetrics(SM_CXDLGFRAME),rect.top-diff,0,0,SWP_N… in AdjustOptions() 1208 GetWindowRect(hwnd,&rect); in AdjustOptions() 1209 …SetWindowPos(hwnd,0,rect.left-dlgRect.left-GetSystemMetrics(SM_CXDLGFRAME),rect.top-diff,0,0,SWP_N… in AdjustOptions() 1211 GetWindowRect(hwnd,&rect); in AdjustOptions() 1212 …SetWindowPos(hwnd,0,rect.left-dlgRect.left-GetSystemMetrics(SM_CXDLGFRAME),rect.top-diff,0,0,SWP_N… in AdjustOptions() [all …]
|
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32con.c | 517 SMALL_RECT rect; in _nc_console_set_scrollback() local 536 rect = info->srWindow; in _nc_console_set_scrollback() 557 rect.Left = in _nc_console_set_scrollback() 558 rect.Top = 0; in _nc_console_set_scrollback() 559 rect.Right = (SHORT) (wide - 1); in _nc_console_set_scrollback() 560 rect.Bottom = (SHORT) (high - 1); in _nc_console_set_scrollback() 577 rect.Top, rect.Left, in _nc_console_set_scrollback() 578 rect.Bottom, rect.Right)); in _nc_console_set_scrollback() 580 SetConsoleWindowInfo(WINCONSOLE.hdl, TRUE, &rect); /* srWindow */ in _nc_console_set_scrollback()
|
| /src/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | structntlm__type3__coll__graph.map | 1 <area shape="rect" href="$structntlm__buf.html" title="ntlm_buf" alt="" coords="12,5,87,32">
|
| H A D | structntlm__type2__coll__graph.map | 1 <area shape="rect" href="$structntlm__buf.html" title="ntlm_buf" alt="" coords="12,5,87,32">
|
| /src/sys/dev/vt/ |
| H A D | vt_buf.c | 418 term_rect_t rect; in vtbuf_do_clearhistory() local 425 rect.tr_begin.tp_row = rect.tr_begin.tp_col = 0; in vtbuf_do_clearhistory() 426 rect.tr_end.tp_col = vb->vb_scr_size.tp_col; in vtbuf_do_clearhistory() 427 rect.tr_end.tp_row = vb->vb_history_size; in vtbuf_do_clearhistory() 429 vtbuf_do_fill(vb, &rect, VTBUF_SPACE_CHAR(ch)); in vtbuf_do_clearhistory()
|
| H A D | vt_core.c | 663 vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect) in vt_termrect() argument 666 rect->tr_begin.tp_row = rect->tr_begin.tp_col = 0; in vt_termrect() 668 rect->tr_begin.tp_row = vt_logo_sprite_height; in vt_termrect() 670 rect->tr_end.tp_row = vd->vd_height; in vt_termrect() 671 rect->tr_end.tp_col = vd->vd_width; in vt_termrect() 674 rect->tr_begin.tp_row = in vt_termrect() 675 howmany(rect->tr_begin.tp_row, vf->vf_height); in vt_termrect() 677 rect->tr_end.tp_row = MIN(rect->tr_end.tp_row / vf->vf_height, in vt_termrect() 679 rect->tr_end.tp_col = MIN(rect->tr_end.tp_col / vf->vf_width, in vt_termrect()
|
| /src/stand/common/ |
| H A D | gfx_fb.c | 1812 teken_rect_t rect; in gfx_fb_putimage() local 1916 rect.tr_begin.tp_col = ux1 / gfx_state.tg_font.vf_width; in gfx_fb_putimage() 1917 rect.tr_begin.tp_row = uy1 / gfx_state.tg_font.vf_height; in gfx_fb_putimage() 1918 rect.tr_end.tp_col = (ux1 + fwidth) / gfx_state.tg_font.vf_width; in gfx_fb_putimage() 1919 rect.tr_end.tp_row = (uy1 + fheight) / gfx_state.tg_font.vf_height; in gfx_fb_putimage() 1925 term_image_display(&gfx_state, &rect); in gfx_fb_putimage()
|
| /src/tools/sched/ |
| H A D | schedgraph.py | 238 self.rect = self.sample.create_rectangle(0, 0, 24, 24, 253 self.sample.itemconfigure(self.rect, fill=color)
|
| /src/share/examples/ipfilter/ |
| H A D | ipf-howto.txt | 1789 rect a UDP service, instead of a TCP service (which is the
|
| /src/share/dict/ |
| H A D | web2 | 164976 rect
|