Home
last modified time | relevance | path

Searched refs:psnames (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1cmap.c39 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_std_init() local
44 cmap->sid_to_string = psnames->adobe_std_strings; in t1_cmap_std_init()
45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding in t1_cmap_std_init()
46 : psnames->adobe_std_encoding; in t1_cmap_std_init()
303 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_init() local
308 if ( !psnames->unicodes_init ) in t1_cmap_unicode_init()
311 return psnames->unicodes_init( memory, in t1_cmap_unicode_init()
337 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_char_index() local
340 return psnames->unicodes_char_index( unicodes, char_code ); in t1_cmap_unicode_char_index()
349 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_char_next() local
[all …]
Dt1decode.c140 FT_Service_PsCMaps psnames = decoder->psnames; in t1_lookup_glyph_by_stdcharcode_ps() local
147 glyph_name = psnames->adobe_std_strings( in t1_lookup_glyph_by_stdcharcode_ps()
148 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode_ps()
193 FT_Service_PsCMaps psnames = decoder->psnames; in t1_lookup_glyph_by_stdcharcode() local
200 glyph_name = psnames->adobe_std_strings( in t1_lookup_glyph_by_stdcharcode()
201 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode()
2110 FT_Service_PsCMaps psnames; in t1_decoder_init() local
2113 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS ); in t1_decoder_init()
2114 if ( !psnames ) in t1_decoder_init()
2121 decoder->psnames = psnames; in t1_decoder_init()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dt1cmap.c39 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_std_init() local
44 cmap->sid_to_string = psnames->adobe_std_strings; in t1_cmap_std_init()
45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding in t1_cmap_std_init()
46 : psnames->adobe_std_encoding; in t1_cmap_std_init()
303 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_init() local
308 if ( !psnames->unicodes_init ) in t1_cmap_unicode_init()
311 return psnames->unicodes_init( memory, in t1_cmap_unicode_init()
337 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_char_index() local
340 return psnames->unicodes_char_index( unicodes, char_code ); in t1_cmap_unicode_char_index()
349 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_char_next() local
[all …]
Dt1decode.c138 FT_Service_PsCMaps psnames = decoder->psnames; in t1_lookup_glyph_by_stdcharcode_ps() local
145 glyph_name = psnames->adobe_std_strings( in t1_lookup_glyph_by_stdcharcode_ps()
146 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode_ps()
191 FT_Service_PsCMaps psnames = decoder->psnames; in t1_lookup_glyph_by_stdcharcode() local
198 glyph_name = psnames->adobe_std_strings( in t1_lookup_glyph_by_stdcharcode()
199 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode()
1971 FT_Service_PsCMaps psnames; in t1_decoder_init() local
1974 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS ); in t1_decoder_init()
1975 if ( !psnames ) in t1_decoder_init()
1982 decoder->psnames = psnames; in t1_decoder_init()
/third_party/freetype/src/psaux/
Dt1cmap.c39 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_std_init() local
44 cmap->sid_to_string = psnames->adobe_std_strings; in t1_cmap_std_init()
45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding in t1_cmap_std_init()
46 : psnames->adobe_std_encoding; in t1_cmap_std_init()
303 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_init() local
308 if ( !psnames->unicodes_init ) in t1_cmap_unicode_init()
311 return psnames->unicodes_init( memory, in t1_cmap_unicode_init()
337 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_char_index() local
340 return psnames->unicodes_char_index( unicodes, char_code ); in t1_cmap_unicode_char_index()
349 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; in t1_cmap_unicode_char_next() local
[all …]
Dt1decode.c140 FT_Service_PsCMaps psnames = decoder->psnames; in t1_lookup_glyph_by_stdcharcode_ps() local
147 glyph_name = psnames->adobe_std_strings( in t1_lookup_glyph_by_stdcharcode_ps()
148 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode_ps()
193 FT_Service_PsCMaps psnames = decoder->psnames; in t1_lookup_glyph_by_stdcharcode() local
200 glyph_name = psnames->adobe_std_strings( in t1_lookup_glyph_by_stdcharcode()
201 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode()
2110 FT_Service_PsCMaps psnames; in t1_decoder_init() local
2113 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS ); in t1_decoder_init()
2114 if ( !psnames ) in t1_decoder_init()
2121 decoder->psnames = psnames; in t1_decoder_init()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffcmap.c153 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_init() local
163 if ( !psnames->unicodes_init ) in cff_cmap_unicode_init()
166 return psnames->unicodes_init( memory, in cff_cmap_unicode_init()
193 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_char_index() local
196 return psnames->unicodes_char_index( unicodes, char_code ); in cff_cmap_unicode_char_index()
206 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_char_next() local
209 return psnames->unicodes_char_next( unicodes, pchar_code ); in cff_cmap_unicode_char_next()
/third_party/freetype/src/cff/
Dcffcmap.c153 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_init() local
163 if ( !psnames->unicodes_init ) in cff_cmap_unicode_init()
166 return psnames->unicodes_init( memory, in cff_cmap_unicode_init()
193 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_char_index() local
196 return psnames->unicodes_char_index( unicodes, char_code ); in cff_cmap_unicode_char_index()
206 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_char_next() local
209 return psnames->unicodes_char_next( unicodes, pchar_code ); in cff_cmap_unicode_char_next()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffcmap.c154 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_init() local
164 if ( !psnames->unicodes_init ) in cff_cmap_unicode_init()
167 return psnames->unicodes_init( memory, in cff_cmap_unicode_init()
194 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_char_index() local
197 return psnames->unicodes_char_index( unicodes, char_code ); in cff_cmap_unicode_char_index()
207 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; in cff_cmap_unicode_char_next() local
210 return psnames->unicodes_char_next( unicodes, pchar_code ); in cff_cmap_unicode_char_next()
/third_party/flutter/skia/third_party/externals/freetype/src/psnames/
DJamfile1 # FreeType 2 src/psnames Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) psnames ;
25 _sources = psnames ;
31 # end of src/psnames Jamfile
Drules.mk18 PSNAMES_DIR := $(SRC_DIR)/psnames
47 PSNAMES_DRV_OBJ_S := $(OBJ_DIR)/psnames.$O
51 PSNAMES_DRV_SRC_S := $(PSNAMES_DIR)/psnames.c
/third_party/skia/third_party/externals/freetype/src/psnames/
Drules.mk18 PSNAMES_DIR := $(SRC_DIR)/psnames
47 PSNAMES_DRV_OBJ_S := $(OBJ_DIR)/psnames.$O
51 PSNAMES_DRV_SRC_S := $(PSNAMES_DIR)/psnames.c
/third_party/freetype/src/psnames/
Drules.mk18 PSNAMES_DIR := $(SRC_DIR)/psnames
47 PSNAMES_DRV_OBJ_S := $(OBJ_DIR)/psnames.$O
51 PSNAMES_DRV_SRC_S := $(PSNAMES_DIR)/psnames.c
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttpost.c58 #define MAC_NAME( x ) (FT_String*)psnames->macintosh_name( (FT_UInt)(x) )
485 FT_Service_PsCMaps psnames; in tt_face_get_ps_name() local
496 psnames = (FT_Service_PsCMaps)face->psnames; in tt_face_get_ps_name()
497 if ( !psnames ) in tt_face_get_ps_name()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttpost.c59 #define MAC_NAME( x ) (FT_String*)psnames->macintosh_name( (FT_UInt)(x) )
497 FT_Service_PsCMaps psnames; in tt_face_get_ps_name() local
508 psnames = (FT_Service_PsCMaps)face->psnames; in tt_face_get_ps_name()
509 if ( !psnames ) in tt_face_get_ps_name()
/third_party/freetype/src/sfnt/
Dttpost.c58 #define MAC_NAME( x ) (FT_String*)psnames->macintosh_name( (FT_UInt)(x) )
485 FT_Service_PsCMaps psnames; in tt_face_get_ps_name() local
496 psnames = (FT_Service_PsCMaps)face->psnames; in tt_face_get_ps_name()
497 if ( !psnames ) in tt_face_get_ps_name()
/third_party/skia/third_party/externals/freetype/docs/
DINSTALL.ANY90 src/psnames/psnames.c -- PostScript glyph names support
101 `cff.c' needs `sfnt.c', `pshinter.c', and `psnames.c'
102 `truetype.c' needs `sfnt.c' and `psnames.c'
103 `type1.c' needs `psaux.c' `pshinter.c', and `psnames.c'
104 `type1cid.c' needs `psaux.c', `pshinter.c', and `psnames.c'
/third_party/freetype/docs/
DINSTALL.ANY90 src/psnames/psnames.c -- PostScript glyph names support
101 `cff.c' needs `sfnt.c', `pshinter.c', and `psnames.c'
102 `truetype.c' needs `sfnt.c' and `psnames.c'
103 `type1.c' needs `psaux.c' `pshinter.c', and `psnames.c'
104 `type1cid.c' needs `psaux.c', `pshinter.c', and `psnames.c'
/third_party/flutter/skia/third_party/externals/freetype/docs/
DINSTALL.ANY87 src/psnames/psnames.c -- PostScript glyph names support
98 `cff.c' needs `sfnt.c', `pshinter.c', and `psnames.c'
99 `truetype.c' needs `sfnt.c' and `psnames.c'
100 `type1.c' needs `psaux.c' `pshinter.c', and `psnames.c'
101 `type1cid.c' needs `psaux.c', `pshinter.c', and `psnames.c'
/third_party/skia/third_party/externals/freetype/builds/amiga/
Dmakefile.os4159 psnames.ppc.o: FT:src/psnames/psnames.c
160 $(CC) -c $(CFLAGS) -o $@ /FT/src/psnames/psnames.c
284 PS = psaux.ppc.o psnames.ppc.o pshinter.ppc.o
/third_party/flutter/skia/third_party/externals/freetype/
Dmodules.cfg39 # This driver needs the `psaux', `pshinter', and `psnames' modules.
44 # This driver needs the `sfnt', `psaux', `pshinter', and `psnames' modules.
49 # This driver needs the `psaux', `pshinter', and `psnames' modules.
73 # This driver needs the `psnames' module.
137 # This module depends on `psnames'.
144 AUX_MODULES += psnames
/third_party/skia/third_party/externals/freetype/
Dmodules.cfg39 # This driver needs the `psaux', `pshinter', and `psnames' modules.
44 # This driver needs the `sfnt', `psaux', `pshinter', and `psnames' modules.
49 # This driver needs the `psaux', `pshinter', and `psnames' modules.
73 # This driver needs the `psnames' module.
140 # This module depends on `psnames'.
147 AUX_MODULES += psnames
/third_party/freetype/
Dmodules.cfg39 # This driver needs the `psaux', `pshinter', and `psnames' modules.
44 # This driver needs the `sfnt', `psaux', `pshinter', and `psnames' modules.
49 # This driver needs the `psaux', `pshinter', and `psnames' modules.
73 # This driver needs the `psnames' module.
143 # This module depends on `psnames'.
150 AUX_MODULES += psnames
/third_party/flutter/skia/third_party/externals/freetype/builds/amiga/
Dmakefile.os4159 psnames.ppc.o: FT:src/psnames/psnames.c
160 $(CC) -c $(CFLAGS) -o $@ /FT/src/psnames/psnames.c
284 PS = psaux.ppc.o psnames.ppc.o pshinter.ppc.o
/third_party/freetype/builds/amiga/
Dmakefile.os4159 psnames.ppc.o: FT:src/psnames/psnames.c
160 $(CC) -c $(CFLAGS) -o $@ /FT/src/psnames/psnames.c
284 PS = psaux.ppc.o psnames.ppc.o pshinter.ppc.o

123456