Searched refs:fullname (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFSBwraps.psw273 /FullName get % (familyname) fontinfo (fullname)
277 exch dup dup % (familyname) (fullname) fontinfo*3
278 /Weight known { % (familyname) (fullname) fontinfo*2 bool
279 /Weight get % (familyname) (fullname) fontinfo (weight)
283 exch % (familyname) (fullname) (weight) fontinfo
284 /BlendAxisTypes known % (familyname) (fullname) (weight) blendedFont
286 dup blendedFont % (familyname) (fullname) (weight) blendedFont
290 } ifelse % (familyname) (fullname) (weight) blendedFont
299 4 1 roll % blendedFont (familyname) (fullname) (weight)
H A DFontSB.c608 String name, String family, String fullname, String weight,
630 /* Copy the fullname into buf, enforcing one space between words.
638 src = fullname;
693 if (strncmp(fullname, "pt ", 3) == 0) {
700 /* From here on fullname should not be used */
1010 String name, String family, String fullname, String weight,
1044 family, fullname,
1052 if (fullname[0] == '\0') {
1054 strcpy(fullname, name);
1055 } else strcpy(family, fullname);
607 MungeFontNames( String name, String family, String fullname, String weight, String *familyReturn, String *fullnameReturn, String *faceReturn) argument
1007 AddFontRecord( FontSelectionBoxWidget fsb, int serverNum, String name, String family, String fullname, String weight, Boolean resident) argument
1207 AddFamily( FontSelectionBoxWidget fsb, char *family, char *fonts, char *weight, char *fullname, char *name) argument
1250 char name[256], family[256], fullname[256], weight[256]; local
[all...]
/solaris-x11-s11/pkg/
H A Dgenerate_font_metadata.pl126 # %{fullname|cescape} => print the named value with C-style string escapes
128 # %{?fullname{..A..}{..B..}} => if fullname is defined, then print A, else B
129 # []fullname,fullnamelang{..A..} => for each pair of fullname & fullnamelang,
131 my $fc_scan_format = q(--format=%{?fullname{%{[]fullname,fullnamelang{<transform file path="%{file}" -> add info.file.font.name:%{fullnamelang} "%{fullname|cescape}">\n}}}{%{[]family,style{<transform file path="%{file}" -> add info.file.font.name "%{family|cescape} %{style|cescape} %{pixelsize}">\n}}}});
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c159 char *fullname = NULL; local
285 * connection failed. The connect routine will set fullname to point to the
289 if ((agent->fd = DPSCAPConnect(display_name, &fullname, &idisplay,
406 agent->display_name = fullname;
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c405 char fullname[BUFSIZ]; local
410 snprintf(fullname, BUFSIZ, "%s.%s", parentname, name);
412 if (XrmGetResource(database, fullname, fullclass, &type, &value)) {
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c743 static void MungeFontNames(name, family, fullname, weight,
745 char *name, *family, *fullname, *weight;
753 /* Copy the fullname into buf, enforcing one space between words.
761 src = fullname;
811 if (strncmp(fullname, "pt ", 3) == 0) {
819 /* From here on fullname should not be used */
996 void PreprocessResourceDirectory(fullname)
997 char *fullname;
1005 file = fopen (fullname, "r");
1008 HandleUnopenableUPRFile(fullname, errn
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolextension.c1777 char *fullname; local
1785 fullname = tsol_authdes_decode(data, data_length);
1786 if (fullname == NULL) {
1789 if (netname2user(fullname,

Completed in 33 milliseconds