Searched refs:ff (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSB.c | 1013 FontFamilyRec *ff; local 1029 for (ff = fsb->fsb.known_families; ff != NULL; ff = ff->next) { 1030 for (f = ff->fonts; f != NULL; f = f->next) { 1079 for (ff = fsb->fsb.known_families; ff != NULL; ff = ff 1156 SortFontNames(FontFamilyRec *ff) argument 1182 FontFamilyRec *ff, *highest, **prev, **highestPrev; local 1512 FontFamilyRec *ff = fsb->fsb.known_families; local 2389 FontFamilyRec *ff; local 2493 FontFamilyRec *ff = 0; local 2563 SetUpFaceList( FontSelectionBoxWidget fsb, FontFamilyRec *ff) argument 2615 FontFamilyRec *ff, *ff1; local 2944 GetInitialFace( FontSelectionBoxWidget fsb, FontFamilyRec *ff) argument 2997 FontFamilyRec *ff = fsb->fsb.known_families; local 3348 FontFamilyRec *ff; local 3367 FontFamilyRec *ff; local 3454 FontFamilyRec *ff; local 3708 FontFamilyRec *ff, *next_ff; local 4048 FontFamilyRec *ff; local 4077 FontFamilyRec *ff; local 4126 FontFamilyRec *ff; local 4175 FontFamilyRec *ff; local 4222 FontFamilyRec *ff; local 4281 FontFamilyRec *ff; local 4458 FontFamilyRec *ff; local 4519 FontFamilyRec *ff; local 4616 FontFamilyRec *ff; local 4741 FontFamilyRec *ff; local [all...] |
H A D | FontSBI.h | 47 extern void _FSBSetCreatorFamily(Widget w, FontFamilyRec *ff);
|
H A D | FontCreato.c | 1470 void _FSBSetCreatorFamily(Widget w, FontFamilyRec *ff) argument 1477 if (ff != fc->creator.family) { 1478 fc->creator.family = ff; 1480 CSfaces = (XmString *) XtCalloc(ff->font_count, sizeof(XmString)); 1482 for (i = 0, f = ff->fonts; i < ff->font_count; i++, f = f->next) { 1500 for (i = 0, f = ff->fonts; i < ff->font_count; i++, f = f->next) { 1524 XmTextFieldSetString(fc->creator.display_text_child, ff->family_name);
|
Completed in 21 milliseconds