Lines Matching refs:FontP

85 static psfont *FontP = NULL;  variable
124 FontP->vm_start = vm_next_byte(); in initFont()
125 FontP->FontFileName.len = 0; in initFont()
126 FontP->FontFileName.data.valueP = CurFontName; in initFont()
134 vm_next = FontP->vm_start;
136 FontP->Subrs.len = 0;
137 FontP->Subrs.data.stringP = NULL;
138 FontP->CharStringsP = NULL;
139 FontP->Private = NULL;
140 FontP->fontInfoP = NULL;
141 FontP->BluesP = NULL;
144 FontP->FontFileName.len = strlen(CurFontName);
145 FontP->FontFileName.data.nameP = CurFontName;
170 rcode = scan_font(FontP);
271 FontP=Font_Ptr; in fontfcnB()
272 CharStringsDictP = FontP->CharStringsP; in fontfcnB()
273 SubrsArrayP = &(FontP->Subrs); in fontfcnB()
277 charnameP->len = FontP->fontInfoP[ENCODING].value.data.arrayP[index].len; in fontfcnB()
278 …charnameP->data.stringP = (unsigned char *) FontP->fontInfoP[ENCODING].value.data.arrayP[index].da… in fontfcnB()
339 tmppath2 = (struct segment *) Type1Char(FontP,S,theStringP,SubrsArrayP,NULL, in fontfcnB()
340 FontP->BluesP,mode,CurCharName); in fontfcnB()
380 charpath=(struct segment *)Type1Char(FontP,S,theStringP,SubrsArrayP,NULL, in fontfcnB()
381 FontP->BluesP,mode,CurCharName); in fontfcnB()
459 FontP=Font_Ptr;
518 if (FontP == NULL) {
536 dictP = FontP->fontInfoP;
626 FontP=Font_Ptr; in fontfcnB_string()
627 CharStringsDictP = FontP->CharStringsP; in fontfcnB_string()
628 SubrsArrayP = &(FontP->Subrs); in fontfcnB_string()
645 charnameP->len = FontP->fontInfoP[ENCODING].value.data.arrayP[string[k]].len; in fontfcnB_string()
646 …charnameP->data.stringP = (unsigned char *) FontP->fontInfoP[ENCODING].value.data.arrayP[string[k]… in fontfcnB_string()
716 tmppath2 = (struct segment *) Type1Char(FontP,S,theStringP,SubrsArrayP,NULL, in fontfcnB_string()
717 FontP->BluesP,mode,CurCharName); in fontfcnB_string()
792 tmppath5=(struct segment *)Type1Char(FontP,S,theStringP,SubrsArrayP,NULL, in fontfcnB_string()
793 FontP->BluesP,mode,CurCharName); in fontfcnB_string()
873 tmppath2=(struct segment *)Type1Line(FontP,S, in fontfcnB_string()
880 tmppath2=(struct segment *)Type1Line(FontP,S, in fontfcnB_string()
887 tmppath2=(struct segment *)Type1Line(FontP,S, in fontfcnB_string()
951 FontP=Font_Ptr; in fontfcnB_ByName()
952 CharStringsDictP = FontP->CharStringsP; in fontfcnB_ByName()
953 SubrsArrayP = &(FontP->Subrs); in fontfcnB_ByName()
1014 tmppath2 = (struct segment *) Type1Char(FontP,S,theStringP,SubrsArrayP,NULL, in fontfcnB_ByName()
1015 FontP->BluesP,mode,CurCharName); in fontfcnB_ByName()
1055 charpath=(struct segment *)Type1Char(FontP,S,theStringP,SubrsArrayP,NULL, in fontfcnB_ByName()
1056 FontP->BluesP,mode,CurCharName); in fontfcnB_ByName()