Home
last modified time | relevance | path

Searched refs:psname (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dfontfile.c113 char *dchr, *psname = NULL; in findfontfile() local
124 strcpy(psname, fontname); in findfontfile()
126 psname, fonts[fval].psname); in findfontfile()
128 fonts[fontcount].psname = psname; in findfontfile()
129 fonts[fontcount].family = psname; in findfontfile()
158 char *psname = NULL, *family = NULL; in loadfontfile() local
176 if (!strcmp(fonts[i].psname, fontname)) { in loadfontfile()
207 strcpy(psname, tempname); in loadfontfile()
291 fonts[fontcount].psname = psname2; in loadfontfile()
411 fonts[fontcount].psname = psname; in loadfontfile()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpagelayout.cpp130 QString psname=CommonStrings::translatePageSetString(pageSets[pg].Name); in updateLayoutSelector() local
132 layoutsCombo->addItem(IconManager::instance().loadIcon("16/page-simple.png"), psname); in updateLayoutSelector()
136 layoutsCombo->addItem(IconManager::instance().loadIcon("16/page-3fold.png"), psname); in updateLayoutSelector()
138 layoutsCombo->addItem(IconManager::instance().loadIcon("16/page-4fold.png"), psname); in updateLayoutSelector()
140 layoutsCombo->addItem(IconManager::instance().loadIcon("16/page-simple.png"), psname); in updateLayoutSelector()
233 QString psname=CommonStrings::translatePageSetString(pageSets[pg].Name); in languageChange() local
270 QString psname=CommonStrings::translatePageSetString(pageSets[pg].Name); in languageChange() local
272 layoutsCombo->addItem(IconManager::instance().loadIcon("16/page-simple.png"), psname); in languageChange()
276 layoutsCombo->addItem(IconManager::instance().loadIcon("16/page-3fold.png"), psname); in languageChange()
278 layoutsCombo->addItem(IconManager::instance().loadIcon("16/page-4fold.png"), psname); in languageChange()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgeninit.c332 char psname[LINE_SIZE + 1]; in mergefile() local
336 sscanf(line + 11, "%d %s", &nlines, psname) == 2 in mergefile()
341 if (psname[0] == '(') { in mergefile()
344 psname[strlen(psname) - 1] = 0; in mergefile()
345 ps = prefix_open(prefix, psname + 1); in mergefile()
351 } else if (!strcmp(psname, "INITFILES")) { in mergefile()
357 while (rl(config, psname, LINE_SIZE)) in mergefile()
358 if (!strncmp(psname, "psfile_(\"", 9)) { in mergefile()
360 char *quote = strchr(psname + 9, '"'); in mergefile()
363 ps = prefix_open(prefix, psname + 9); in mergefile()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgeninit.c332 char psname[LINE_SIZE + 1]; in mergefile() local
336 sscanf(line + 11, "%d %s", &nlines, psname) == 2 in mergefile()
341 if (psname[0] == '(') { in mergefile()
344 psname[strlen(psname) - 1] = 0; in mergefile()
345 ps = prefix_open(prefix, psname + 1); in mergefile()
351 } else if (!strcmp(psname, "INITFILES")) { in mergefile()
357 while (rl(config, psname, LINE_SIZE)) in mergefile()
358 if (!strncmp(psname, "psfile_(\"", 9)) { in mergefile()
360 char *quote = strchr(psname + 9, '"'); in mergefile()
363 ps = prefix_open(prefix, psname + 9); in mergefile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/doc/
H A Dttfmetrics.ph50 my $psname = $psmap->[$i];
51 if (!defined($psname)) {
52 $psname = Font::TTF::PSNames::lookup($unimap[$i]);
54 next if (!defined($psname) || ($psname eq '.notdef'));
55 $fontdata->{widths}{$psname} = $f->{hmtx}->{advance}[$i];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/doc/
H A Dttfmetrics.ph50 my $psname = $psmap->[$i];
51 if (!defined($psname)) {
52 $psname = Font::TTF::PSNames::lookup($unimap[$i]);
54 next if (!defined($psname) || ($psname eq '.notdef'));
55 $fontdata->{widths}{$psname} = $f->{hmtx}->{advance}[$i];
/dports/devel/nasm/nasm-2.15.05/doc/
H A Dttfmetrics.ph50 my $psname = $psmap->[$i];
51 if (!defined($psname)) {
52 $psname = Font::TTF::PSNames::lookup($unimap[$i]);
54 next if (!defined($psname) || ($psname eq '.notdef'));
55 $fontdata->{widths}{$psname} = $f->{hmtx}->{advance}[$i];
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dps2pk.c246 char *psname, *psbasename, *afmname = NULL, in main() local
356 psname = argv[0]; argc--; argv++; in main()
359 if (ps_resource(psname)) { in main()
370 "FontOutline", psname, &names, &files); in main()
379 psbasename = psname; in main()
386 if (afmname == NULL) afmname = psname; in main()
421 char *altname = newname(psname, ".pfb"); in main()
427 psname); in main()
429 afmname = newname(psname, ".afm"); in main()
450 psfile = search_file(t1inputs, psname, FATAL); in main()
[all …]
/dports/x11-toolkits/p5-Tk-Enscript/Tk-Enscript-1.10/
H A Dtest.pl56 for my $psname (keys %Tk::Enscript::postscript_to_x11_font) {
57 my $x11font = Tk::Enscript::postscript_to_x11_font($psname);
65 print "ok " . $ok++ . " # skip: no X11 font for $psname found\n";
68 my $psname1 = ucfirst($psname);
70 my $filebase = "$tmpdir/test-$psname-$external";
/dports/math/gri/gri-2.12.23/src/
H A Dstartup.cc88 static std::string psname(""); variable
265 if (psname.empty()) { in start_up()
266 psname = fname; in start_up()
267 int l = psname.size(); in start_up()
272 psname.append(".ps"); in start_up()
805 psname.assign(optArg); in interpret_optional_arguments()
808 psname.assign(optArg); in interpret_optional_arguments()
817 psname.assign(optArg); in interpret_optional_arguments()
834 psname.assign(optArg); in interpret_optional_arguments()
994 psname.assign(argv[i]); in interpret_optional_arguments()
[all …]
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotps.h49 gchar *psname; member
72 GtkWidget *gtk_plot_ps_new (const gchar *psname,
79 GtkWidget *gtk_plot_ps_new_with_size (const gchar *psname,
89 const gchar *psname,
96 const gchar *psname,
H A Dgtkpsfont.c577 return psfont->psname; in gtk_psfont_get_psfontname()
593 const gchar *psname, const gchar *family, in gtk_psfont_add_font() argument
602 font->psname = g_strdup(psname); in gtk_psfont_add_font()
628 const gchar *psname, const gchar *family, in gtk_psfont_add_i18n_font() argument
638 font->psname = g_strdup(psname); in gtk_psfont_add_i18n_font()
669 if(strcmp(name, data->psname) == 0) { in find_psfont()
682 if(strcmp(name, font_data[i].psname) == 0) { in find_psfont()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotps.h49 gchar *psname; member
72 GtkObject *gtk_plot_ps_new (const gchar *psname,
79 GtkObject *gtk_plot_ps_new_with_size (const gchar *psname,
89 const gchar *psname,
96 const gchar *psname,
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotps.h49 gchar *psname; member
72 GtkObject *gtk_plot_ps_new (const gchar *psname,
79 GtkObject *gtk_plot_ps_new_with_size (const gchar *psname,
89 const gchar *psname,
96 const gchar *psname,
H A Dgtkplotprint.c43 char *psname, in gtk_plot_export_ps() argument
56 ps = GTK_PLOT_PS(gtk_plot_ps_new(psname, orient, epsflag, page_size, 1.0, 1.0)); in gtk_plot_export_ps()
90 char *psname, in gtk_plot_export_ps_with_size() argument
104 ps = GTK_PLOT_PS(gtk_plot_ps_new_with_size(psname, orient, epsflag, in gtk_plot_export_ps_with_size()
141 char *psname, in gtk_plot_canvas_export_ps() argument
155 ps = GTK_PLOT_PS(gtk_plot_ps_new(psname, orient, epsflag, page_size, 1.0, 1.0)); in gtk_plot_canvas_export_ps()
190 char *psname, in gtk_plot_canvas_export_ps_with_size() argument
205 ps = GTK_PLOT_PS(gtk_plot_ps_new_with_size(psname, orient, epsflag, in gtk_plot_canvas_export_ps_with_size()
/dports/lang/yorick/yorick-y_2_2_04/i0/
H A Dgraph.i411 psname = hcps(name+".pseps");
415 g = open(psname);
480 remove, psname;
528 psname = eps(name+".pdf", pdf=1); in pdf()
532 remove, psname; in pdf()
550 psname = hcp_finish(n); in pdf_finish()
551 if (!psname || strpart(psname, -2:0)!=".ps") in pdf_finish()
556 remove, psname; in pdf_finish()
594 psname = eps(name+".png", pdf=1);
608 remove, psname;
[all …]
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/contrib/configs/
H A Dmkdvipspapers323 local ($papername, $dscname, $psname, $trayname,
342 @+ /$psname where { pop $psname } if
344 @+ /$psname where {
345 @+ pop $psname
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Drunlabel.cc160 cmd.push_back(stripDir(psname)); in readpath()
259 unlink(psname.c_str()); in readpath()
330 string psname=auxname(prefix,"ps"); in gen_runlabel3() local
378 if(!ps) cannotwrite(psname); in gen_runlabel3()
427 dcmd.push_back("-o"+psname); in gen_runlabel3()
454 readpath(psname,keep,false,0.12,-1.0)); return;} in gen_runlabel3()
483 string psname=auxname(prefix,"ps"); in gen_runlabel4() local
484 std::ofstream ps(psname.c_str()); in gen_runlabel4()
485 if(!ps) cannotwrite(psname); in gen_runlabel4()
547 string psname=auxname(prefix,"ps"); in gen_runlabel5() local
[all …]
/dports/math/asymptote/asymptote-2.67/
H A Drunlabel.cc163 cmd.push_back(stripDir(psname)); in readpath()
253 unlink(psname.c_str()); in readpath()
324 string psname=auxname(prefix,"ps"); in gen_runlabel3() local
378 if(!ps) cannotwrite(psname); in gen_runlabel3()
434 dcmd.push_back("-o"+psname); in gen_runlabel3()
459 readpath(psname,keep,false,0.12,-1.0)); return;} in gen_runlabel3()
488 string psname=auxname(prefix,"ps"); in gen_runlabel4() local
489 std::ofstream ps(psname.c_str()); in gen_runlabel4()
490 if(!ps) cannotwrite(psname); in gen_runlabel4()
552 string psname=auxname(prefix,"ps"); in gen_runlabel5() local
[all …]
/dports/misc/nnn/nnn-4.3/plugins/
H A Dpskill13 read -r psname
16 if [ -n "$psname" ]; then
31 cmd="$(ps -ax | grep -iw "$psname" | "$fuzzy" | sed -e 's/^[ \t]*//' | cut -d' ' -f1)"
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DNativeFontResourceMac.cpp134 CFStringRef psname = CGFontCopyPostScriptName(fontRef); in Create() local
135 if (psname) { in Create()
136 const char* cstr = CFStringGetCStringPtr(psname, kCFStringEncodingUTF8); in Create()
141 if (CFStringGetCString(psname, buf, FONT_NAME_MAX, in Create()
146 CFRelease(psname); in Create()
/dports/audio/flite/flite-2.1-release/sapi/FliteTTSEngineObj/
H A Dflite_sapi_usenglish.c174 char *psname; in flite_sapi_usenglish_pronounce() local
179 psname = cst_alloc(char, in flite_sapi_usenglish_pronounce()
182 sprintf(psname, "%s%s", val_string(car), pname); in flite_sapi_usenglish_pronounce()
183 phones = cons_val(string_val(psname), cdr); in flite_sapi_usenglish_pronounce()
184 cst_free(psname); in flite_sapi_usenglish_pronounce()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DNativeFontResourceMac.cpp134 CFStringRef psname = CGFontCopyPostScriptName(fontRef); in Create() local
135 if (psname) { in Create()
136 const char* cstr = CFStringGetCStringPtr(psname, kCFStringEncodingUTF8); in Create()
141 if (CFStringGetCString(psname, buf, FONT_NAME_MAX, in Create()
146 CFRelease(psname); in Create()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DNativeFontResourceMac.cpp134 CFStringRef psname = CGFontCopyPostScriptName(fontRef); in Create() local
135 if (psname) { in Create()
136 const char* cstr = CFStringGetCStringPtr(psname, kCFStringEncodingUTF8); in Create()
141 if (CFStringGetCString(psname, buf, FONT_NAME_MAX, in Create()
146 CFRelease(psname); in Create()
/dports/print/ttf2pt1/ttf2pt1-3.4.4/scripts/
H A Dconvert278 psname=`$T1FDIR -g $FOUNDRY " " -f ./$name.$SRCENC.t1a \
290 sed 's|^\/FontName.*$|/FontName /'$psname$enc' def|' <./$name.$SRCENC.t1a \
298 sed 's|^FontName.*$|FontName '$psname$enc'|' <./$name.$SRCENC.xafm \
309 echo "/$psname$enc ($name.$enc.$SUFFIX) ;" >>Fontmap.ttf
315 sed 's|^\/FontName.*$|/FontName /'$psname$enc' def|' <./$name.$SRCENC.t1a \
322 sed 's|^FontName.*$|FontName '$psname$enc'|' <./$name.$SRCENC.xafm \
329 echo "/$psname$enc ($name.$enc.$SUFFIX) ;" >>Fontmap.ttf

12345678910>>...20