Searched refs:creator (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontCreato.c | 97 #define Offset(field) XtOffsetOf(FontCreatorRec, creator.field) 212 if (!XtIsRealized(widget) || fc->creator.gstate == 0) return; 217 XDPSSetContextGState(fc->creator.fsb->fsb.context, fc->creator.gstate); 219 XDPSSetContextParameters(fc->creator.fsb->fsb.context, XtScreen(widget), 225 _DPSFReclip(fc->creator.fsb->fsb.context); 227 XDPSUpdateContextGState(fc->creator.fsb->fsb.context, fc->creator.gstate); 241 BlendDataRec *bd = fc->creator.font->blend_data; 245 str = XmTextFieldGetString(fc->creator [all...] |
H A D | FontSB.c | 1717 if (fsb->fsb.creator == NULL) { 1724 if (cc.creator_shell == NULL || cc.creator == NULL) { 1731 cc.creator = 1732 XtCreateManagedWidget("creator", fontCreatorWidgetClass, 1736 fsb->fsb.creator = cc.creator; 1743 _FSBSetCreatorFamily(fsb->fsb.creator, fsb->fsb.currently_selected_family); 2659 reference here, in the sampler, and in the creator isn't 3659 fsb->fsb.sampler = fsb->fsb.creator = NULL; 4715 if (f->in_font_creator) _FSBSetCreatorFamily(fsb->fsb.creator, f [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsXint.h | 74 boolean creator; /* Did this app. create the context? */ member in struct:_t_DPSPrivContextRec 99 boolean creator; /* Did this app. create the space? */ member in struct:_t_DPSPrivSpaceRec
|
H A D | dpsXclient.c | 127 ** be assumed that the application is the creator of the new context. 130 c->creator = true; 145 if (!cc->creator || cc->zombie) { 181 /* Output currently goes only to creator! */ 182 if (!c->creator) 331 if (c->creator) 343 if (ss->creator) DPSSendDestroySpace((XDPSPrivContext) ss->wh, ss->sid, 351 return ctxt->creator == false && ctxt->resultTable != NIL; 456 s->creator = true; 461 c->creator [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | FontCreatP.h | 88 FontCreatorPart creator; member in struct:_FontCreatorRec
|
H A D | FontSB.h | 197 Widget creator; member in struct:__anon208
|
H A D | FontSBP.h | 175 Widget creator, creator_shell; member in struct:__anon211
|
Completed in 1005 milliseconds