HomeSort by: relevance | last modified time | path
    Searched refs:XtUnspecifiedPixmap (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
SmeLine.c 84 (XtPointer)XtUnspecifiedPixmap
191 if (entry->sme_line.stipple != XtUnspecifiedPixmap) {
215 if (entry->sme_line.stipple != XtUnspecifiedPixmap)
228 if (entry->sme_line.stipple != XtUnspecifiedPixmap)
Converters.c 619 else if (XmuCompareISOLatin1(name, "XtUnspecifiedPixmap") == 0)
620 pixmap = XtUnspecifiedPixmap;
628 toVal->addr = (XtPointer)XtUnspecifiedPixmap;
678 case XtUnspecifiedPixmap:
679 buffer = "XtUnspecifiedPixmap";
Simple.c 349 if (w->core.background_pixmap > XtUnspecifiedPixmap) {
483 if (w->core.border_pixmap != XtUnspecifiedPixmap)
Command.c 466 if (cbw->core.background_pixmap != XtUnspecifiedPixmap &&
637 if (w->core.border_pixmap != XtUnspecifiedPixmap)
Panner.c 635 #define PIXMAP_OKAY(pm) ((pm) != None && (pm) != XtUnspecifiedPixmap)
675 Pixmap pm = XtUnspecifiedPixmap;
678 if (pw->core.background_pixmap == XtUnspecifiedPixmap) {
793 BACKGROUND_STIPPLE(cnew) : XtUnspecifiedPixmap;
MultiSink.c 354 clear_bg = !highlight && ctx->core.background_pixmap != XtUnspecifiedPixmap;
499 ctx->core.background_pixmap != XtUnspecifiedPixmap);
Scrollbar.c 176 (XtPointer)XtUnspecifiedPixmap
471 if (sbw->scrollbar.thumb == XtUnspecifiedPixmap)
Box.c 629 if (w->core.background_pixmap > XtUnspecifiedPixmap) {
Form.c 306 if (w->core.background_pixmap > XtUnspecifiedPixmap) {
List.c 661 if (gc == lw->list.revgc && lw->core.background_pixmap != XtUnspecifiedPixmap)
SimpleMenu.c 529 if (w->core.background_pixmap > XtUnspecifiedPixmap) {
XawIm.c 182 Offset (bg_pixmap), XtRImmediate, (XtPointer) XtUnspecifiedPixmap
AsciiSink.c 1055 clear_bg = !highlight && ctx->core.background_pixmap != XtUnspecifiedPixmap;
Text.c 1578 if ((scroll = ctx->core.background_pixmap == XtUnspecifiedPixmap) == True) {
3458 scroll = ctx->core.background_pixmap == XtUnspecifiedPixmap && !hpixels;
  /xsrc/external/mit/libXt/dist/src/
Core.c 112 XtRImmediate, (XtPointer) XtUnspecifiedPixmap},
118 XtRImmediate, (XtPointer) XtUnspecifiedPixmap},
347 && new->core.background_pixmap == XtUnspecifiedPixmap) {
353 if (new->core.background_pixmap == XtUnspecifiedPixmap) {
365 && new->core.border_pixmap == XtUnspecifiedPixmap) {
370 if (new->core.border_pixmap == XtUnspecifiedPixmap) {
Intrinsic.c 180 if (widget->core.background_pixmap != XtUnspecifiedPixmap) {
188 if (widget->core.border_pixmap != XtUnspecifiedPixmap) {
Shell.c 1234 else if (w->core.background_pixmap == XtUnspecifiedPixmap) {
1248 if ((*childP)->core.background_pixmap != XtUnspecifiedPixmap) {
  /xsrc/external/mit/bitmap/dist/
Bitmap.c 119 Offset(dashes), XtRImmediate, (XtPointer) XtUnspecifiedPixmap},
121 Offset(stipple), XtRImmediate, (XtPointer) XtUnspecifiedPixmap},
857 if (new->bitmap.stipple != XtUnspecifiedPixmap)
874 if (new->bitmap.dashes != XtUnspecifiedPixmap)
BitEdit.c 305 if (old_image != XtUnspecifiedPixmap)
  /xsrc/external/mit/glw/dist/
GLwDrawA.c 260 XtRImmediate,(XtPointer)XtUnspecifiedPixmap},
  /xsrc/external/mit/xlogo/dist/
Logo.c 168 w->core.background_pixmap != XtUnspecifiedPixmap) {
  /xsrc/external/mit/xterm/dist/
scrollbar.c 296 if (sb->bdpix == XtUnspecifiedPixmap) {
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 1668 #define XtUnspecifiedPixmap ((Pixmap)2)
  /xsrc/external/mit/xclock/dist/
Clock.c 704 if (w->core.background_pixmap != XtUnspecifiedPixmap) {

Completed in 74 milliseconds