Searched defs:blend (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DFontSamplP.h56 BlendRec *blend; member in struct:_DisplayedFontRec
H A DFontSB.h161 String blend; member in struct:__anon204
179 String blend; member in struct:__anon205
256 String blend, Bool family_multiple,
261 String *blend);
264 String blend, String *font_name);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSample.c351 BlendRec *b = d->blend;
397 if (f->blend == NULL) CSname = UnsharedCS(f->font->full_name);
399 sprintf(buf, "%s %s", f->font->full_name, f->blend->blend_name);
404 if (f->blend == NULL) {
407 _FSBSetCurrentFont(s->sampler.fsb, f->blend->font_name);
1326 /* Must be the same font, different blend */
1363 d->blend = b;
1563 BlendRec *blend,
1574 if (blend != NULL) {
1575 sprintf(buf, "%s %s", font->full_name, blend
1561 FontMatchesFilters( FontRec *font, BlendRec *blend, FontSamplerWidget s) argument
[all...]
H A DFontSB.c259 static void FontFamilyFaceBlendToName(Widget w, String family, String face, String blend, String *font_name);
262 static void FontNameToFamilyFaceBlend(Widget w, String font_name, String *family, String *face, String *blend);
274 static void SetFontFamilyFaceBlend(Widget w, String family, String face, String blend, Bool family_multiple, Bool face_multiple);
1949 cb->blend = cb->base_name = NULL;
1952 cb->blend = fsb->fsb.currently_selected_blend->blend_name;
2122 cb.blend = fsb->fsb.font_blend;
2123 if (cb.blend == NULL || fsb->fsb.currently_selected_blend == NULL) {
2353 String family, String face, String blend, String name,
2372 ch = blend;
2428 String buf, String family, String face, String blend, Strin
2351 WriteBlendLine( FILE *f, String family, String face, String blend, String name, int axes, float *p) argument
2427 ParseBlendLine( String buf, String family, String face, String blend, String name, float *p) argument
2489 char buf[BUF+1], family[BUF+1], face[BUF+1], blend[BUF+1], name[BUF+1]; local
4216 FontNameToFamilyFaceBlend( Widget w, String font_name, String *family, String *face, String *blend) argument
4258 String blend; local
4275 FontFamilyFaceBlendToName( Widget w, String family, String face, String blend, String *font_name) argument
4388 SetFontFamilyFaceBlend( Widget w, String family, String face, String blend, Bool family_multiple, Bool face_multiple) argument
4419 FSBFontNameToFamilyFaceBlend( Widget w, String font_name, String *family, String *face, String *blend) argument
4433 FSBFontFamilyFaceBlendToName( Widget w, String family, String face, String blend, String *font_name) argument
[all...]

Completed in 318 milliseconds