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

1 2

  /xsrc/external/mit/libXaw/dist/src/
Panner.c 338 reset_shadow_gc(PannerWidget pw)
344 if (pw->panner.shadow_gc)
345 XtReleaseGC((Widget)pw, pw->panner.shadow_gc);
347 pixels[0] = pw->panner.foreground;
348 pixels[1] = pw->core.background_pixel;
349 pixels[2] = pw->panner.shadow_color;
351 if (!pw->panner.stipple_name &&
352 !XmuDistinguishablePixels(XtDisplay(pw), pw->core.colormap
674 PannerWidget pw = (PannerWidget)gw; local
699 PannerWidget pw = (PannerWidget)gw; local
715 PannerWidget pw = (PannerWidget)gw; local
849 PannerWidget pw = (PannerWidget)gw; local
868 PannerWidget pw = (PannerWidget)gw; local
891 PannerWidget pw = (PannerWidget)gw; local
908 PannerWidget pw = (PannerWidget)gw; local
927 PannerWidget pw = (PannerWidget)gw; local
956 PannerWidget pw = (PannerWidget)gw; local
999 PannerWidget pw = (PannerWidget)gw; local
1051 PannerWidget pw = (PannerWidget)gw; local
    [all...]
Paned.c 89 #define ForAllPanes(pw, childP) \
90 for ((childP) = (pw)->composite.children; \
91 (childP) < (pw)->composite.children + (pw)->paned.num_panes; \
94 #define ForAllChildren(pw, childP) \
95 for ((childP) = (pw)->composite.children; \
96 (childP) < (pw)->composite.children + (pw)->composite.num_children; \
485 * pw - paned widget to adjust
498 AdjustPanedSize(PanedWidget pw, unsigned int off_size
865 PanedWidget pw = (PanedWidget)w; local
1203 PanedWidget pw = (PanedWidget) XtParent(grip); local
1342 PanedWidget pw = (PanedWidget)XtParent(child); local
1375 PanedWidget pw = (PanedWidget)w; local
1606 PanedWidget pw = (PanedWidget)XtParent(w); local
1709 PanedWidget pw = (PanedWidget)cnew; local
1722 PanedWidget pw = (PanedWidget)w; local
1753 PanedWidget pw = (PanedWidget)w; local
1804 PanedWidget pw = (PanedWidget)w; local
    [all...]
Porthole.c 133 find_child(PortholeWidget pw)
142 for (i = 0, children = pw->composite.children;
143 i < pw->composite.num_children; i++, children++)
151 SendReport(PortholeWidget pw, unsigned int changed)
153 Widget child = find_child(pw);
155 if (pw->porthole.report_callbacks && child) {
160 .slider_width = XtWidth(pw),
161 .slider_height = XtHeight(pw),
165 XtCallCallbackList((Widget)pw, pw->porthole.report_callbacks
233 PortholeWidget pw = (PortholeWidget)gw; local
255 PortholeWidget pw = (PortholeWidget)gw; local
283 PortholeWidget pw = (PortholeWidget) w->core.parent; local
349 PortholeWidget pw = (PortholeWidget)gw; local
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
PannerP.h 95 #define PANNER_HSCALE(pw,val) ((pw)->panner.haspect * ((double)(val)))
96 #define PANNER_VSCALE(pw,val) ((pw)->panner.vaspect * ((double)(val)))
98 #define PANNER_DSCALE(pw,val) (Dimension) \
99 ((((unsigned long)(val)) * (unsigned long)pw->panner.default_scale) / 100L)
  /xsrc/external/mit/xorg-server/dist/mi/
mipushpxl.c 99 MiBits *pw, *pwEnd; local
133 pw = pwLineStart;
138 while (pw < pwEnd) {
139 w = *pw;
148 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg;
156 width[ipt] = ((pw - pwLineStart) << PWSH) +
184 pw++;
189 w = *pw;
199 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg;
207 width[ipt] = ((pw - pwLineStart) << PWSH)
    [all...]
mifillrct.c 83 int *pw; local
114 pw = pwFirst;
120 *pw++ = width;
  /xsrc/external/mit/xorg-server.old/dist/mi/
mipushpxl.c 101 MiBits *pw, *pwEnd; local
140 pw = pwLineStart;
145 while(pw < pwEnd)
147 w = *pw;
159 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg;
169 width[ipt] = ((pw - pwLineStart) << PWSH) +
197 pw++;
203 w = *pw;
216 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg;
226 width[ipt] = ((pw - pwLineStart) << PWSH) +
    [all...]
mifillrct.c 87 int *pw; local
123 pw = pwFirst;
130 *pw++ = width;
  /xsrc/external/mit/libXt/dist/src/
Manage.c 135 Widget pw = child->core.parent; local
138 while ((pw != NULL) && (!XtIsWidget(pw)))
139 pw = pw->core.parent;
140 if ((pw != NULL) && XtIsRealized(pw))
141 XClearArea(XtDisplay(pw), XtWindow(pw),
309 Widget pw = child->core.parent local
    [all...]
SetValues.c 446 Widget pw = _XtWindowedAncestor(w); local
448 if (XtIsRealized(pw) && !pw->core.being_destroyed) {
454 XtName(w), XtName(pw)));
455 XClearArea(XtDisplay(pw), XtWindow(pw),
Initialize.c 267 struct passwd *pw;
275 if ((pw = _XGetpwuid(getuid(), pwparams)) != NULL) {
276 (void) strncpy(dest, pw->pw_name, (size_t) (len - 1));
323 struct passwd *pw;
326 pw = _XGetpwnam(ptr, pwparams);
328 pw = _XGetpwuid(getuid(), pwparams);
329 if (pw != NULL) {
330 (void) strncpy(dest, pw->pw_dir, (size_t) (len - 1));
Geometry.c 81 Widget pw = _XtWindowedAncestor((Widget) r); local
85 XClearArea(XtDisplay(pw), XtWindow(pw),
91 XClearArea(XtDisplay(pw), XtWindow(pw),
  /xsrc/external/mit/libX11/dist/src/
GetDflt.c 97 struct passwd *pw;
108 pw = _XGetpwnam(ptr,pwparams);
110 pw = _XGetpwuid(getuid(),pwparams);
111 if (pw != NULL) {
112 (void) strncpy(dest, pw->pw_dir, len-1);
  /xsrc/external/mit/xorg-server/dist/fb/
fbpixmap.c 134 FbBits *pw, w; local
162 pw = pwLine;
167 if (READ(pw) & mask0) {
174 pwLineEnd = pw + (width >> FB_SHIFT);
175 for (base = 0; pw < pwLineEnd; base += FB_UNIT) {
176 w = READ(pw++);
209 w = READ(pw++);
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpixmap.c 144 FbBits *pw, w; local
173 pw = pwLine;
178 if(READ(pw) & mask0)
186 pwLineEnd = pw + (width >> FB_SHIFT);
187 for (base = 0; pw < pwLineEnd; base += FB_UNIT)
189 w = READ(pw++);
230 w = READ(pw++);
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
mapdesc.cc 208 REAL pw = p[nc]; local
209 REAL nw = -pw;
212 if( pw == 0.0 ) return mask;
214 if( pw > 0.0 ) {
217 if( p[2] <= pw ) bits |= (1<<5);
219 if( p[1] <= pw ) bits |= (1<<3);
221 if( p[0] <= pw ) bits |= (1<<1);
225 if( p[1] <= pw ) bits |= (1<<3);
227 if( p[0] <= pw ) bits |= (1<<1);
231 if( p[0] <= pw ) bits |= (1<<1)
    [all...]
  /xsrc/external/mit/xedit/dist/
commands.c 751 struct passwd *pw; local
759 pw = getpwnam(name);
761 pw = getpwuid(getuid());
763 if (pw) {
767 strncpy(home, pw->pw_dir, sizeof(home) - 1);
  /xsrc/external/mit/xbiff/dist/
Mailbox.c 533 struct passwd *pw = getpwuid (getuid ()); local
535 if (!pw) {
540 username = pw->pw_name;
  /xsrc/external/mit/xorg-server/dist/os/
access.c 319 struct passwd *pw; local
322 pw = getpwuid(getuid());
324 if (pw == NULL || pw->pw_name == NULL)
327 value = pw->pw_name;
2074 struct passwd *pw = getpwnam(addrbuf); local
2076 if (pw != NULL) {
2077 *id = (int) pw->pw_uid;
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imstb_truetype.h 536 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
550 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, // same data as above
658 STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, // same data as above
3655 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
3665 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels
3678 if (x + gw + 1 >= pw)
3682 STBTT_assert(x+gw < pw);
3684 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g);
3699 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_truetype.h 536 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
550 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, // same data as above
658 STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, // same data as above
3655 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
3665 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels
3678 if (x + gw + 1 >= pw)
3682 STBTT_assert(x+gw < pw);
3684 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g);
3699 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule
    [all...]
  /xsrc/external/mit/xterm/dist/
graphics.c 943 int const pw = graphic->pixw; local
965 pw, ph,
988 for (c = 0, pmx = graph_x; c < graph_w; c++, pmx += pw) {
990 if (pmx + pw - 1 < draw_x)
1224 const int pw = graphic->pixw; local
1228 const int c_min = x - pw + 1;
1247 cbase += pw;
main.c 3965 struct passwd pw; local
4033 memset(&pw, 0, sizeof(pw));
4867 if (x_getpwuid(screen->uid, &pw)) {
4868 login_name = x_getlogin(screen->uid, &pw);
4982 if (tslot > 0 && OkPasswd(&pw) && !resource.utmpInhibit &&
5086 if (geteuid() == 0 && OkPasswd(&pw)) {
5087 if (initgroups(login_name, pw.pw_gid)) {
5148 if (OkPasswd(&pw)) { /* SVR4 doesn't provide these */
5150 xtermSetenv("HOME", pw.pw_dir)
    [all...]
  /xsrc/external/mit/xwininfo/dist/
xwininfo.c 1294 struct wininfo rw, pw; local
1298 pw.window = tree->parent;
1299 pw.net_wm_name_cookie = get_net_wm_name (dpy, pw.window);
1300 pw.wm_name_cookie = xcb_icccm_get_wm_name (dpy, pw.window);
1307 Display_Window_Id (&pw, true);
  /xsrc/external/mit/xorg-server.old/dist/os/
utils.c 1758 struct passwd *pw; local
1762 pw = getpwuid(getuid());
1763 if (pw == NULL)
1766 retval = pam_start("xserver", pw->pw_name, &conv, &pamh);

Completed in 53 milliseconds

1 2