Searched refs:XA_FIGURE_WIDTH (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSink.c446 Atom XA_FIGURE_WIDTH; local
454 XA_FIGURE_WIDTH = XInternAtom(XtDisplayOfObject(w), "FIGURE_WIDTH", FALSE);
455 if ( (XA_FIGURE_WIDTH != NULL) &&
456 ( (!XGetFontProperty(font, XA_FIGURE_WIDTH, &figure_width)) ||
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c653 Atom XA_FIGURE_WIDTH; local
661 XA_FIGURE_WIDTH = XInternAtom(XtDisplayOfObject(w), "FIGURE_WIDTH", FALSE);
662 if ( (XA_FIGURE_WIDTH != None) &&
663 ( (!XGetFontProperty(font, XA_FIGURE_WIDTH, &figure_width)) ||
H A DMultiSink.c703 Atom XA_FIGURE_WIDTH; local
724 XA_FIGURE_WIDTH = XInternAtom(XtDisplayOfObject(w), "FIGURE_WIDTH", FALSE);
725 if ( (XA_FIGURE_WIDTH != None) &&
726 ( (!XGetFontProperty(font, XA_FIGURE_WIDTH, &figure_width)) ||

Completed in 14 milliseconds