HomeSort by relevance Sort by last modified time
    Searched defs:psnames (Results 1 - 11 of 11) sorted by null

  /external/freetype/include/freetype/internal/
ftpic.h 42 void* psnames; member in struct:FT_PIC_Container_
t1types.h 213 const void* psnames; member in struct:T1_FaceRec_
246 void* psnames; member in struct:CID_FaceRec_
psaux.h 669 FT_Service_PsCMaps psnames; /* for seac */ member in struct:T1_DecoderRec_
    [all...]
tttypes.h 1302 void* psnames; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/src/cff/
cffcmap.c 128 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; local
132 return cff_index_get_sid_string( &cff->string_index, sid, psnames );
154 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; local
161 return psnames->unicodes_init( memory,
188 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; local
191 return psnames->unicodes_char_index( unicodes, char_code );
201 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames local
    [all...]
cffdrivr.c 235 FT_Service_PsCMaps psnames; local
239 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS );
240 if ( !psnames )
245 " without the `PSNames' module\n" ));
254 gname = cff_index_get_sid_string( &font->string_index, sid, psnames );
273 FT_Service_PsCMaps psnames; local
284 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS );
285 if ( !psnames )
295 name = (FT_String *)psnames->adobe_std_strings( sid );
344 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames local
471 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; local
    [all...]
cffobjs.c 408 FT_Service_PsCMaps psnames; local
417 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_NAMES );
428 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS );
517 cff->psnames = (void*)psnames;
529 /* we need the `PSNames' module for CFF and CEF formats */
531 if ( dict->cid_registry == 0xFFFFU && !psnames )
536 " without the `PSNames' module\n" ));
688 psnames );
698 psnames);
    [all...]
cfftypes.h 257 void* psnames; member in struct:CFF_FontRec_
  /external/freetype/src/psaux/
t1cmap.c 39 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; local
44 cmap->sid_to_string = psnames->adobe_std_strings;
45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding
46 : psnames->adobe_std_encoding;
279 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; local
282 return psnames->unicodes_init( memory,
308 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; local
320 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; local
    [all...]
t1decode.c 134 FT_Service_PsCMaps psnames = decoder->psnames; local
141 glyph_name = psnames->adobe_std_strings(
142 psnames->adobe_std_encoding[charcode]);
1552 FT_Service_PsCMaps psnames = 0; local
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 46 /* If this configuration macro is defined, we rely on the `PSNames' */
54 #define MAC_NAME( x ) ( (FT_String*)psnames->macintosh_name( x ) )
60 /* Otherwise, we ignore the `PSNames' module, and provide our own */
62 /* FreeType without the Type 1 driver & PSNames module. */
444 FT_Service_PsCMaps psnames; local
455 psnames = (FT_Service_PsCMaps)face->psnames;
456 if ( !psnames )

Completed in 161 milliseconds