| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_warp.c | 32 TwmWindow *tw; local in function:DFHANDLER 43 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) { 44 if(!strncmp(action, tw->name, len)) { 47 if(match(action, tw->name)) { 51 if(!tw) { 52 for(tw = Scr->FirstWindow; tw ! 88 TwmWindow *tw, *raisewin = NULL; local in function:DFHANDLER [all...] |
| H A D | ctwm_shutdown.c | 191 for(TwmWindow *tw = OtpBottomWin() ; tw != NULL local in function:RestoreForShutdown 192 ; tw = OtpNextWinUp(tw)) { 193 if(tw->isiconmgr || tw->iswspmgr || tw->isoccupy) { 197 RestoreWinConfig(tw);
|
| H A D | occupation.c | 493 TwmWindow *tw; local in function:WMgrAddToCurrentWorkSpaceAndWarp 497 for(tw = Scr->FirstWindow; tw != NULL; tw = tw->next) { 498 if(match(winname, tw->name)) { 504 if(!tw) { 505 for(tw = Scr->FirstWindow; tw != NULL; tw 756 Window tw; local in function:CreateOccupyWindow [all...] |
| H A D | icons_builtin.c | 84 int tw, th; local in function:CreateMenuIcon 121 tw = mw - bw * 2; 126 XFillRectangle(dpy, pix, gc, ix + bw, iy + bw, tw, th); 128 lw = tw / 2; 129 if((tw & 1) ^ (lw & 1)) { 132 lx = ix + bw + (tw - lw) / 2;
|
| H A D | win_iconify.c | 447 unsigned int fw, fh, tw, th; /* from, to */ local in function:Zoom 462 XGetGeometry(dpy, wt, &JunkRoot, &tx, &ty, &tw, &th, &JunkBW, &JunkDepth); 466 dw = (long) tw - (long) fw; /* going from -> to */ 483 XDrawRectangle(dpy, Scr->Root, Scr->DrawGC, tx, ty, tw, th);
|
| H A D | win_decorations.c | 614 int tw = tmp->title_width + 2 * tmp->frame_bw3D; local in function:ComputeTitleLocation 632 basex -= tw / 2; 635 basex -= tw - 1; 640 if(basex > maxwidth - tw) { 641 basex = maxwidth - tw;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 113 #define DefaultGCID(tw) \ 114 XGContextFromGC(DefaultGC(XtDisplay(tw), \ 115 DefaultScreen(XtDisplay(tw)))) 154 #define BorderOf(tw) (TScreenOf((tw)->vt)->border) 155 #define ScaleOf(tw) TekScale(TekScreenOf(tw)) 156 #define ScaledX(tw,x) (((x) * ScaleOf(tw)) + BorderOf(tw)) 428 Tekparse(TekWidget tw) argument 794 Tinput(TekWidget tw) argument 880 TekClear(TekWidget tw) argument 892 TekSetWinSize(TekWidget tw) argument 908 compute_sizes(TekWidget tw) argument 950 TekWidget tw = getTekWidget(w); local in function:TekResize 968 TekWidget tw = getTekWidget(w); local in function:TekExpose 1003 TekRefresh(TekWidget tw) argument 1024 TekRepaint(TekWidget tw) argument 1032 TekPage(TekWidget tw) argument 1072 getpoint(TekWidget tw) argument 1120 TCursorBack(TekWidget tw) argument 1139 TCursorForward(TekWidget tw) argument 1156 TCursorUp(TekWidget tw) argument 1176 TCursorDown(TekWidget tw) argument 1196 AddToDraw(TekWidget tw,int x1,int y1,int x2,int y2) argument 1214 TekDraw(TekWidget tw,int x,int y) argument 1233 TekFlush(TekWidget tw) argument 1248 TekGINoff(TekWidget tw) argument 1263 TekEnqMouse(TekWidget tw,int c) argument 1289 TekEnq(TekWidget tw,unsigned status,int x,int y) argument 1588 TekWidget tw = (TekWidget) gw; local in function:TekRealize 1757 TekSetFontSize(TekWidget tw,Bool fromMenu,int newitem) argument 1805 ChangeTekColors(TekWidget tw,TScreen * screen,ScrnColors * pNew) argument 1855 TekReverseVideo(XtermWidget xw,TekWidget tw) argument 1893 TekBackground(TekWidget tw,TScreen * screen) argument 1906 TCursorToggle(TekWidget tw,int toggle) argument 1967 TekSimulatePageButton(TekWidget tw,Bool reset) argument 1985 TekCopy(TekWidget tw) argument 2035 TekWidget tw = getTekWidget(w); local in function:HandleGINInput 2068 TekWidget tw; local in function:getTekWidget [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tree.c | 60 #define IsHorizontal(tw) ((tw)->tree.gravity == WestGravity || \ 61 (tw)->tree.gravity == EastGravity) 321 check_gravity(TreeWidget tw, XtGravity grav) argument 323 switch (tw->tree.gravity) { 327 tw->tree.gravity = grav; 412 TreeWidget tw = (TreeWidget) cnew->core.parent; local in function:XawTreeConstraintInitialize 432 else if (tw->tree.tree_root) 433 insert_node (tw->tree.tree_root, cnew); 491 TreeWidget tw local in function:XawTreeConstraintSetValues 519 TreeWidget tw = (TreeWidget) XtParent(w); local in function:XawTreeConstraintDestroy 547 TreeWidget tw = (TreeWidget) w->core.parent; local in function:XawTreeGeometryManager 592 TreeWidget tw = (TreeWidget) gw; local in function:XawTreeRedisplay 694 TreeWidget tw = (TreeWidget) w; local in function:XawTreeQueryGeometry 796 set_positions(TreeWidget tw,Widget w,int level) argument 936 set_tree_size(TreeWidget tw,Bool insetvalues,unsigned int width,unsigned int height) argument 960 layout_tree(TreeWidget tw,Bool insetvalues) argument [all...] |
| H A D | Toggle.c | 233 ToggleWidget tw = (ToggleWidget)cnew; local in function:XawToggleInitialize 236 tw->toggle.radio_group = NULL; 238 if (tw->toggle.radio_data == NULL) 239 tw->toggle.radio_data = (XtPointer)cnew->core.name; 241 if (tw->toggle.widget != NULL) { 242 if (GetRadioGroup(tw->toggle.widget) == NULL) 243 CreateRadioGroup(cnew, tw->toggle.widget); 245 AddToRadioGroup(GetRadioGroup(tw->toggle.widget), cnew); 276 ToggleWidget tw = (ToggleWidget)w; local in function:Toggle 279 if (tw 289 ToggleWidget tw = (ToggleWidget)w; local in function:Notify 301 ToggleWidget tw = (ToggleWidget)cnew; local in function:XawToggleSetValues 353 ToggleWidget tw = (ToggleWidget)w; local in function:GetRadioGroup 404 ToggleWidget tw = (ToggleWidget)w; local in function:AddToRadioGroup 494 ToggleWidget tw = (ToggleWidget)w; local in function:XawToggleChangeRadioGroup [all...] |
| H A D | TextPop.c | 298 * tw - text widget to insert this file into 308 InsertFileNamed(Widget tw, String str) argument 318 pos = XawTextGetInsertionPoint(tw); 332 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) { 340 XawTextSetInsertionPoint(tw, pos); 341 _XawTextShowPosition((TextWidget)tw); 353 * tw - main text widget 359 AddInsertFileChildren(Widget form, String ptr, Widget tw) argument 402 XtAddCallback(cancel, XtNcallback, PopdownFileInsert, (XtPointer)tw); 403 XtAddCallback(insert, XtNcallback, DoInsert, (XtPointer)tw); 436 TextWidget tw = (TextWidget)XtParent(XtParent(XtParent(w))); local in function:_XawTextDoSearchAction 459 TextWidget tw = (TextWidget)XtParent(XtParent(XtParent(w))); local in function:_XawTextPopdownSearchAction 645 AddSearchChildren(Widget form,String ptr,Widget tw) argument 847 Widget tw = XtParent(search->search_popup); local in function:DoSearch 1011 Widget tw = XtParent(search->search_popup); local in function:Replace 1331 GetStringRaw(Widget tw) argument [all...] |
| H A D | Text.c | 2316 TextWidget tw = (TextWidget)src->textSrc.text[i]; local in function:_SetSelection 2317 Bool needs_updating = tw->text.old_insert < 0; 2318 Bool showposition = tw->text.showposition; 2321 tw->text.showposition = False; 2322 _XawTextPrepareToUpdate(tw); 2325 TextWidget tw = ctx; 2329 if (left < tw->text.s.left) { 2330 pos = Min(right, tw->text.s.left); 2331 _XawTextNeedsUpdating(tw, left, pos); 2333 if (left > tw 3780 TextWidget tw = (TextWidget)w; local in function:XawTextChangeSensitive [all...] |
| /xsrc/external/mit/xkeyboard-config/dist/symbols/sun_vndr/ |
| H A D | Makefile.am | 10 tw ua us data in directory:symbols
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | Template.c | 150 TemplateWidget tw = (TemplateWidget)w; local in function:TemplateInitialize 152 tw->template.private = NULL; 160 * tw - template widget 173 TemplateFunction(TemplateWidget tw, int x, int y, Bool force) argument
|
| H A D | Text.h | 230 #define XawTextFormat(tw,fmt) ((unsigned long)_XawTextFormat(tw) == (fmt)) 245 TextWidget tw
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 65-nonlatin.conf | 28 <family>SimSun</family> <!-- han (zh-cn,zh-tw) --> 29 <family>PMingLiu</family> <!-- han (zh-tw) --> 30 <family>WenQuanYi Zen Hei</family> <!-- han (zh-cn,zh-tw) --> 31 <family>WenQuanYi Bitmap Song</family> <!-- han (zh-cn,zh-tw) --> 32 <family>AR PL ShanHeiSun Uni</family> <!-- han (ja,zh-cn,zh-tw) --> 33 <family>AR PL New Sung</family> <!-- han (zh-cn,zh-tw) --> 34 <family>ZYSong18030</family> <!-- han (zh-cn,zh-tw) --> 35 <family>HanyiSong</family> <!-- han (zh-cn,zh-tw) --> 38 <family>Songti TC</family> <!-- han (zh-tw) - macOS --> 105 <family>Microsoft YaHei</family> <!-- han (zh-cn,zh-tw) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_tiler.c | 292 unsigned tw = (1 << (dim & 0b111)) * 8; local in function:panfrost_flat_size 296 unsigned raw = pan_tile_count(width, height, tw, th) * bytes_per_tile;
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | tri-viewport.c | 34 static float tw = 0; variable in typeref:typename:float 71 tw += 1.0; 74 tw -= 1.0; 94 tw = th = tx = ty = 0; 108 float w = tw + win_width;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_tiled_memcpy.c | 845 uint32_t tw, th, span; local in function:intel_linear_to_tiled 849 tw = xtile_width; 854 tw = ytile_width; 863 xt0 = ALIGN_DOWN(xt1, tw); 864 xt3 = ALIGN_UP (xt2, tw); 875 for (xt = xt0; xt < xt3; xt += tw) { 881 uint32_t x3 = MIN2(xt2, xt + tw); 897 assert(x3 - x0 <= tw); 936 uint32_t tw, th, span; local in function:intel_tiled_to_linear 940 tw [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_tiled_memcpy.c | 843 uint32_t tw, th, span; local in function:linear_to_tiled 847 tw = xtile_width; 852 tw = ytile_width; 861 xt0 = ALIGN_DOWN(xt1, tw); 862 xt3 = ALIGN_UP (xt2, tw); 873 for (xt = xt0; xt < xt3; xt += tw) { 879 uint32_t x3 = MIN2(xt2, xt + tw); 895 assert(x3 - x0 <= tw); 934 uint32_t tw, th, span; local in function:tiled_to_linear 938 tw [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mispans.c | 236 int tw; \ 239 tw = widths[a]; widths[a] = widths[b]; widths[b] = tw; \ 254 int tw, k; local in function:QuickSortSpansX 258 tw = widths[i]; 264 widths[j] = tw;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 208 unsigned int fw, fh, tw, th; /* from, to */ local in function:Zoom 222 XGetGeometry(dpy, wt, &wdummy, &tx, &ty, &tw, &th, &udummy, &udummy); 226 dw = ((long) (tw - fw)); /* going from -> to */ 242 XDrawRectangle(dpy, Scr->Root, Scr->DrawGC, tx, ty, tw, th); 1009 int tw, th; local in function:CreateMenuIcon 1032 tw = mw - bw * 2; 1038 XFillRectangle(dpy, pix, gc, ix + bw, iy + bw, (unsigned) tw, 1041 lw = tw / 2; 1042 if ((tw & 1) ^ (lw & 1)) 1044 lx = ix + bw + (tw [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | Android.mk | 3 # Copyright (C) 2015 Chih-Wei Huang <cwhuang@linux.org.tw>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/ |
| H A D | Android.mk | 3 # Copyright (C) 2015 Chih-Wei Huang <cwhuang@linux.org.tw>
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | region.c | 1436 int tw; \ 1439 tw = widths[a]; widths[a] = widths[b]; widths[b] = tw; \ 1475 int tw, k; local in function:QuickSortSpans 1479 tw = widths[i]; 1486 widths[j] = tw;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/dri/ |
| H A D | Android.mk | 3 # Copyright (C) 2015 Chih-Wei Huang <cwhuang@linux.org.tw>
|