Searched refs:title_bytes (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprAppleWM.c | 122 const unsigned char *title_bytes) 131 title_len, title_bytes) != Success) 115 xprFrameDraw(WindowPtr pWin,xp_frame_class class,xp_frame_attr attr,const BoxRec * outer,const BoxRec * inner,unsigned int title_len,const unsigned char * title_bytes) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprAppleWM.c | 124 const unsigned char *title_bytes) 133 title_len, title_bytes) != Success) { 118 xprFrameDraw(WindowPtr pWin,xp_frame_class class,xp_frame_attr attr,const BoxRec * outer,const BoxRec * inner,unsigned int title_len,const unsigned char * title_bytes) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | applewmExt.h | 54 const unsigned char *title_bytes);
|
| H A D | applewm.c | 591 unsigned char *title_bytes; 610 title_bytes = (unsigned char *) &stuff[1]; 614 title_length, title_bytes); 587 unsigned char *title_bytes; local in function:ProcAppleWMFrameDraw
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | applewmExt.h | 51 const unsigned char *title_bytes);
|
| H A D | applewm.c | 588 unsigned char *title_bytes; local in function:ProcAppleWMFrameDraw 607 title_bytes = (unsigned char *)&stuff[1]; 611 title_length, title_bytes);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwindowswm.c | 484 char *title_bytes; local in function:ProcWindowsWMFrameSetTitle 513 title_bytes = malloc (title_length+1); 514 strncpy (title_bytes, (unsigned char *) &stuff[1], title_length); 515 title_bytes[title_length] = '\0'; 521 free (title_bytes); 526 SetWindowText (pRLWinPriv->hWnd, title_bytes); 528 free (title_bytes);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | windowswm.h | 190 const char * title_bytes);
|
Completed in 7 milliseconds