Home
last modified time | relevance | path

Searched refs:FontP (Results 1 – 16 of 16) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dfontfcn.c56 psfont *FontP = NULL; variable
92 FontP = &TheCurrentFont; in initFont()
102 vm_next = FontP->vm_start; in resetFont()
104 FontP->Subrs.len = 0; in resetFont()
107 FontP->Private = NULL; in resetFont()
108 FontP->fontInfoP = NULL; in resetFont()
109 FontP->BluesP = NULL; in resetFont()
131 rcode = scan_font(FontP); in readFont()
192 if (FontP == NULL) { in fontfcnA()
238 if (FontP == NULL) { in QueryFontLib()
[all …]
H A Dscanfont.c694 static int BuildSubrs(psfont *FontP) in BuildSubrs() argument
709 if (FontP->Subrs.data.arrayP != NULL) { in BuildSubrs()
734 FontP->Subrs.len = N; in BuildSubrs()
735 FontP->Subrs.data.arrayP = arrayP; in BuildSubrs()
768 static int BuildCharStrings(psfont *FontP) in BuildCharStrings() argument
796 FontP->CharStringsP = dictP; in BuildCharStrings()
1331 int scan_font(psfont *FontP) in scan_font() argument
1351 namelen = FontP->FontFileName.len; in scan_font()
1385 rc = BuildFontInfo(FontP); in scan_font()
1412 rc = BuildSubrs(FontP); in scan_font()
[all …]
H A Dprotos.h207 static int BuildSubrs(struct ps_font *FontP);
208 static int BuildCharStrings(struct ps_font *FontP);
214 extern int scan_font(struct ps_font *FontP);
H A Dtype1.c1716 psfont *FontP, in Type1Char() argument
1730 Environment = FontP; in Type1Char()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dfontfcn.c46 psfont *FontP = NULL; variable
85 FontP = &TheCurrentFont;
96 vm_next = FontP->vm_start;
98 FontP->Subrs.len = 0;
101 FontP->Private = NULL;
102 FontP->fontInfoP = NULL;
103 FontP->BluesP = NULL;
119 rcode = scan_font(FontP);
198 if (FontP == NULL) {
245 if (FontP == NULL) {
[all …]
H A Dscanfont.c720 static int BuildSubrs(FontP) in BuildSubrs() argument
721 psfont *FontP; in BuildSubrs()
761 FontP->Subrs.len = N;
762 FontP->Subrs.data.arrayP = arrayP;
795 static int BuildCharStrings(FontP) in BuildCharStrings() argument
796 psfont *FontP; in BuildCharStrings()
824 FontP->CharStringsP = dictP;
1364 int scan_font(FontP) in scan_font() argument
1365 psfont *FontP; in scan_font()
1385 namelen = FontP->FontFileName.len;
[all …]
H A Dt1funcs.c122 extern psfont *FontP;
221 fontmatrix = &FontP->fontInfoP[FONTMATRIX].value;
253 fontencoding = FontP->fontInfoP[ENCODING].value.data.arrayP;
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dfontfcn.c129 static psfont *FontP = NULL; variable
179 FontP->Subrs.len = 0;
182 FontP->Private = NULL;
183 FontP->fontInfoP = NULL;
184 FontP->BluesP = NULL;
214 rcode = scan_font(FontP);
316 FontP=Font_Ptr; in fontfcnB()
504 FontP=Font_Ptr;
563 if (FontP == NULL) {
672 FontP=Font_Ptr; in fontfcnB_string()
[all …]
H A Dscanfont.c542 static int BuildSubrs(FontP) in BuildSubrs() argument
543 psfont *FontP; in BuildSubrs()
597 FontP->Subrs.len = N;
598 FontP->Subrs.data.arrayP = arrayP;
643 static int BuildCharStrings(FontP) in BuildCharStrings() argument
644 psfont *FontP; in BuildCharStrings()
672 FontP->CharStringsP = dictP;
1223 int scan_font(FontP) in scan_font() argument
1224 psfont *FontP; in scan_font()
1266 rc = BuildFontInfo(FontP);
[all …]
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dfontfcn.c85 static psfont *FontP = NULL; variable
136 FontP->Subrs.len = 0;
139 FontP->Private = NULL;
140 FontP->fontInfoP = NULL;
141 FontP->BluesP = NULL;
170 rcode = scan_font(FontP);
271 FontP=Font_Ptr; in fontfcnB()
459 FontP=Font_Ptr;
518 if (FontP == NULL) {
626 FontP=Font_Ptr; in fontfcnB_string()
[all …]
H A Dscanfont.c534 static int BuildSubrs(FontP) in BuildSubrs() argument
535 psfont *FontP; in BuildSubrs()
589 FontP->Subrs.len = N;
590 FontP->Subrs.data.arrayP = arrayP;
635 static int BuildCharStrings(FontP) in BuildCharStrings() argument
636 psfont *FontP; in BuildCharStrings()
664 FontP->CharStringsP = dictP;
1215 int scan_font(FontP) in scan_font() argument
1216 psfont *FontP; in scan_font()
1254 rc = BuildFontInfo(FontP);
[all …]
/dports/games/avp/avp-20170505/src/win95/
H A Ddb.c137 static fontPtr FontP = NULL; variable
375 strP, xLimit, FontP); in db_print_fired()
462 if(!FontP) in db_set_mode_ex()
469 if(!FontP) in db_set_mode_ex()
494 *FontPP = (void *) FontP; in db_get_mode()
506 if(FontP) in db_uninit()
508 if(FontP->bitmapP) in db_uninit()
510 GlobalFree(FontP->bitmapP); in db_uninit()
512 if(FontP->prop_width_dataP) in db_uninit()
517 GlobalFree(FontP); in db_uninit()
[all …]
/dports/print/ttf2pt1/ttf2pt1-3.4.4/app/X11/
H A Dt1-xf86.334.patch16 /* This will load the font into the FontP */
17 rcode = scan_font(FontP);
26 rcode = scan_font(FontP);
33 /* This will load the font into the FontP */
34 rcode = scan_font(FontP);
48 + rcode = scan_font(FontP);
62 rcode = scan_font(FontP);
91 nameP= FontP->FontFileName.data.nameP;
92 namelen = FontP->FontFileName.len;
H A Dt1-xf86.39.patch7 nameP= FontP->FontFileName.data.nameP;
8 namelen = FontP->FontFileName.len;
162 /* This will load the font into the FontP */
163 rcode = scan_font(FontP);
176 rcode = scan_font(FontP);
187 - rcode = scan_font(FontP);
197 /* This will load the font into the FontP */
198 rcode = scan_font(FontP);
216 + rcode = scan_font(FontP);
234 rcode = scan_font(FontP);
/dports/devel/t1lib/t1lib-5.1.2/lib/t1lib/
H A Dt1outline.c365 psfont *FontP; in T1_GetMoveOutline() local
397 FontP=pFontBase->pFontArray[i].pType1Data; in T1_GetMoveOutline()
433 tmppath=(struct segment *)Type1Line(FontP,Current_S, in T1_GetMoveOutline()
440 tmppath=(struct segment *)Type1Line(FontP,Current_S, in T1_GetMoveOutline()
447 tmppath=(struct segment *)Type1Line(FontP,Current_S, in T1_GetMoveOutline()
/dports/math/grace/grace-5.1.25/T1lib/t1lib/
H A Dt1outline.c365 psfont *FontP; in T1_GetMoveOutline() local
397 FontP=pFontBase->pFontArray[i].pType1Data; in T1_GetMoveOutline()
433 tmppath=(struct segment *)Type1Line(FontP,Current_S, in T1_GetMoveOutline()
440 tmppath=(struct segment *)Type1Line(FontP,Current_S, in T1_GetMoveOutline()
447 tmppath=(struct segment *)Type1Line(FontP,Current_S, in T1_GetMoveOutline()