Searched refs:sampler (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSample.c | 112 #define Offset(field) XtOffsetOf(FontSamplerRec, sampler.field) 334 XtVaSetValues(s->sampler.font_label_child, XmNlabelString, string, NULL); 339 DisplayedFontRec *d = s->sampler.highlighted_font; 341 XCopyArea(XtDisplay(s->sampler.area_child), s->sampler.pixmap, 342 XtWindow(s->sampler.area_child), 343 s->sampler.gc, d->l-1, d->t-1, d->r - d->l + 2, d->b - d->t + 2, 349 DisplayedFontRec *d = s->sampler.highlighted_font; 358 (void) _FSBDownloadFontIfNecessary(d->font, s->sampler.fsb); 360 XDPSSetContextGState(s->sampler 1210 FontSamplerWidget sampler = (FontSamplerWidget) new; local [all...] |
H A D | FontSB.c | 1681 if (fsb->fsb.sampler == NULL) { 1689 if (cs.sampler_shell == NULL || cs.sampler == NULL) { 1690 fsb->fsb.sampler = 1696 s = XtCreateManagedWidget("sampler", fontSamplerWidgetClass, 1697 fsb->fsb.sampler, args, i); 1701 fsb->fsb.sampler = cs.sampler_shell; 1702 XtAddCallback(cs.sampler, XtNdismissCallback, 1706 XtPopup(fsb->fsb.sampler, XtGrabNone); 1707 XRaiseWindow(XtDisplay(fsb->fsb.sampler), XtWindow(fsb->fsb.sampler)); [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | FontSamplP.h | 62 FontSamplerWidget sampler; member in struct:__anon213 137 FontSamplerPart sampler; member in struct:_FontSamplerRec
|
H A D | FontSB.h | 192 Widget sampler; member in struct:__anon207
|
H A D | FontSBP.h | 151 Widget sampler; member in struct:__anon211
|
Completed in 22 milliseconds