HomeSort by: relevance | last modified time | path
    Searched refs:tw (Results 1 - 25 of 39) sorted by relevancy

1 2

  /xsrc/external/mit/fontconfig/dist/fc-lang/
ak.orth 30 include tw.orth
fat.orth 30 include tw.orth
  /xsrc/external/mit/ctwm/dist/
functions_warp.c 32 TwmWindow *tw; local
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 != NULL; tw = tw->next)
88 TwmWindow *tw, *raisewin = NULL; local
    [all...]
ctwm_shutdown.c 191 for(TwmWindow *tw = OtpBottomWin() ; tw != NULL
192 ; tw = OtpNextWinUp(tw)) {
193 if(tw->isiconmgr || tw->iswspmgr || tw->isoccupy) {
197 RestoreWinConfig(tw);
occupation.c 493 TwmWindow *tw; local
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 = tw->next)
756 Window tw; local
    [all...]
icons_builtin.c 84 int tw, th; local
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;
win_iconify.c 447 unsigned int fw, fh, tw, th; /* from, to */ local
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);
  /xsrc/external/mit/xterm/dist/
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))
950 TekWidget tw = getTekWidget(w); local
968 TekWidget tw = getTekWidget(w); local
1588 TekWidget tw = (TekWidget) gw; local
2035 TekWidget tw = getTekWidget(w); local
2068 TekWidget tw; local
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
Tree.c 60 #define IsHorizontal(tw) ((tw)->tree.gravity == WestGravity || \
61 (tw)->tree.gravity == EastGravity)
321 check_gravity(TreeWidget tw, XtGravity grav)
323 switch (tw->tree.gravity) {
327 tw->tree.gravity = grav;
412 TreeWidget tw = (TreeWidget) cnew->core.parent; local
432 else if (tw->tree.tree_root)
433 insert_node (tw->tree.tree_root, cnew);
491 TreeWidget tw = (TreeWidget) cnew->core.parent local
519 TreeWidget tw = (TreeWidget) XtParent(w); local
547 TreeWidget tw = (TreeWidget) w->core.parent; local
592 TreeWidget tw = (TreeWidget) gw; local
694 TreeWidget tw = (TreeWidget) w; local
    [all...]
Toggle.c 233 ToggleWidget tw = (ToggleWidget)cnew; local
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
279 if (tw->command.set
289 ToggleWidget tw = (ToggleWidget)w; local
301 ToggleWidget tw = (ToggleWidget)cnew; local
353 ToggleWidget tw = (ToggleWidget)w; local
404 ToggleWidget tw = (ToggleWidget)w; local
494 ToggleWidget tw = (ToggleWidget)w; local
    [all...]
TextPop.c 298 * tw - text widget to insert this file into
308 InsertFileNamed(Widget tw, String str)
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)
402 XtAddCallback(cancel, XtNcallback, PopdownFileInsert, (XtPointer)tw);
403 XtAddCallback(insert, XtNcallback, DoInsert, (XtPointer)tw);
436 TextWidget tw = (TextWidget)XtParent(XtParent(XtParent(w))); local
459 TextWidget tw = (TextWidget)XtParent(XtParent(XtParent(w))); local
847 Widget tw = XtParent(search->search_popup); local
1011 Widget tw = XtParent(search->search_popup); local
    [all...]
Text.c 2316 TextWidget tw = (TextWidget)src->textSrc.text[i]; local
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->text.s.left)
3780 TextWidget tw = (TextWidget)w; local
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Template.c 150 TemplateWidget tw = (TemplateWidget)w; local
152 tw->template.private = NULL;
160 * tw - template widget
173 TemplateFunction(TemplateWidget tw, int x, int y, Bool force)
Text.h 230 #define XawTextFormat(tw,fmt) ((unsigned long)_XawTextFormat(tw) == (fmt))
245 TextWidget tw
  /xsrc/external/mit/fontconfig/dist/conf.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/
pan_tiler.c 292 unsigned tw = (1 << (dim & 0b111)) * 8; local
296 unsigned raw = pan_tile_count(width, height, tw, th) * bytes_per_tile;
  /xsrc/external/mit/mesa-demos/dist/src/trivial/
tri-viewport.c 34 static float tw = 0; variable
71 tw += 1.0;
74 tw -= 1.0;
94 tw = th = tx = ty = 0;
108 float w = tw + win_width;
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl_tiled_memcpy.c 843 uint32_t tw, th, span; local
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
938 tw = xtile_width
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl_tiled_memcpy.c 845 uint32_t tw, th, span; local
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
940 tw = xtile_width
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
mispans.c 236 int tw; \
239 tw = widths[a]; widths[a] = widths[b]; widths[b] = tw; \
254 int tw, k; local
258 tw = widths[i];
264 widths[j] = tw;
  /xsrc/external/mit/twm/dist/src/
util.c 208 unsigned int fw, fh, tw, th; /* from, to */ local
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
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 - lw) / 2
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
Android.mk 3 # Copyright (C) 2015 Chih-Wei Huang <cwhuang@linux.org.tw>
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/
Android.mk 3 # Copyright (C) 2015 Chih-Wei Huang <cwhuang@linux.org.tw>
  /xsrc/external/mit/xorg-server.old/dist/dix/
region.c 1436 int tw; \
1439 tw = widths[a]; widths[a] = widths[b]; widths[b] = tw; \
1475 int tw, k; local
1479 tw = widths[i];
1486 widths[j] = tw;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/dri/
Android.mk 3 # Copyright (C) 2015 Chih-Wei Huang <cwhuang@linux.org.tw>

Completed in 18 milliseconds

1 2