Searched refs:face_index (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftmac.h83 * face_index ::
105 FT_Long face_index,
126 * face_index ::
135 FT_Long* face_index )
155 * face_index ::
164 FT_Long* face_index )
189 * face_index ::
199 FT_Long* face_index )
220 * face_index ::
237 FT_Long face_index,
[all...]
H A Dfreetype.h865 * face_index ::
874 * If we have the third named instance of face~4, say, `face_index` is
877 * Bit 31 is always zero (this is, `face_index` is always a positive
1031 FT_Long face_index; member in struct:FT_FaceRec_
1384 ( !!( (face)->face_index & 0x7FFF0000L ) )
2141 * face_index ::
2146 * A handle to a new face object. If `face_index` is greater than or
2159 FT_Long face_index,
2182 * face_index ::
2187 * A handle to a new face object. If `face_index` i
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftbase.h41 /* font, and try to load a face specified by the face_index. */
45 FT_Long face_index,
57 FT_Long face_index,
H A Dftmac.c27 support this I use the face_index argument of FT_(Open|New)_Face()
127 FT_Long* face_index )
131 FT_UNUSED( face_index );
177 FT_Long* face_index )
183 *face_index = 0;
197 /* face_index calculation by searching preceding fontIDs */
213 *face_index = ats_font_id - ( id2 + 1 );
224 FT_Long* face_index )
230 if ( !fontName || !face_index )
233 err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index );
125 FT_GetFile_From_Mac_Name(const char * fontName,FSSpec * pathSpec,FT_Long * face_index) argument
175 FT_GetFileRef_From_Mac_ATS_Name(const char * fontName,FSRef * ats_font_ref,FT_Long * face_index) argument
221 FT_GetFilePath_From_Mac_ATS_Name(const char * fontName,UInt8 * path,UInt32 maxPathSize,FT_Long * face_index) argument
246 FT_GetFile_From_Mac_ATS_Name(const char * fontName,FSSpec * pathSpec,FT_Long * face_index) argument
393 parse_fond(char * fond_data,short * have_sfnt,ResID * sfnt_id,Str255 lwfn_file_name,short face_index) argument
700 FT_New_Face_From_LWFN(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
732 FT_New_Face_From_SFNT(FT_Library library,ResID sfnt_id,FT_Long face_index,FT_Face * aface) argument
804 FT_New_Face_From_Suitcase(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
852 FT_New_Face_From_FOND(FT_Library library,Handle fond,FT_Long face_index,FT_Face * aface) argument
926 FT_New_Face_From_Resource(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
968 FT_New_Face(FT_Library library,const char * pathname,FT_Long face_index,FT_Face * aface) argument
1010 FT_New_Face_From_FSRef(FT_Library library,const FSRef * ref,FT_Long face_index,FT_Face * aface) argument
1055 FT_New_Face_From_FSSpec(FT_Library library,const FSSpec * spec,FT_Long face_index,FT_Face * aface) argument
[all...]
H A Dftobjs.c103 FT_Long face_index,
1371 FT_Long face_index,
1423 (FT_Int)face_index,
1470 FT_Long face_index,
1484 return ft_open_face_internal( library, &args, face_index, aface, 1 );
1496 FT_Long face_index,
1511 return ft_open_face_internal( library, &args, face_index, aface, 1 );
1603 FT_Long face_index,
1638 if ( face_index > 0 )
1639 face_index
1368 open_face(FT_Driver driver,FT_Stream * astream,FT_Bool external_stream,FT_Long face_index,FT_Int num_params,FT_Parameter * params,FT_Face * aface) argument
1468 FT_New_Face(FT_Library library,const char * pathname,FT_Long face_index,FT_Face * aface) argument
1493 FT_New_Memory_Face(FT_Library library,const FT_Byte * file_base,FT_Long file_size,FT_Long face_index,FT_Face * aface) argument
1600 open_face_from_buffer(FT_Library library,FT_Byte * base,FT_ULong size,FT_Long face_index,const char * driver_name,FT_Face * aface) argument
1670 ft_lookup_PS_in_sfnt_stream(FT_Stream stream,FT_Long face_index,FT_ULong * offset,FT_ULong * length,FT_Bool * is_sfnt_cid) argument
1736 open_face_PS_from_sfnt_stream(FT_Library library,FT_Stream stream,FT_Long face_index,FT_Int num_params,FT_Parameter * params,FT_Face * aface) argument
1827 Mac_Read_POST_Resource(FT_Library library,FT_Stream stream,FT_Long * offsets,FT_Long resource_cnt,FT_Long face_index,FT_Face * aface) argument
2049 Mac_Read_sfnt_Resource(FT_Library library,FT_Stream stream,FT_Long * offsets,FT_Long resource_cnt,FT_Long face_index,FT_Face * aface) argument
2122 IsMacResource(FT_Library library,FT_Stream stream,FT_Long resource_offset,FT_Long face_index,FT_Face * aface) argument
2182 IsMacBinary(FT_Library library,FT_Stream stream,FT_Long face_index,FT_Face * aface) argument
2233 load_face_in_embedded_rfork(FT_Library library,FT_Stream stream,FT_Long face_index,FT_Face * aface,const FT_Open_Args * args) argument
2332 load_mac_face(FT_Library library,FT_Stream stream,FT_Long face_index,FT_Face * aface,const FT_Open_Args * args) argument
2379 FT_Open_Face(FT_Library library,const FT_Open_Args * args,FT_Long face_index,FT_Face * aface) argument
2389 ft_open_face_internal(FT_Library library,const FT_Open_Args * args,FT_Long face_index,FT_Face * aface,FT_Bool test_mac_fonts) argument
[all...]
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidload.h44 FT_Int face_index );
H A Dcidobjs.c143 CID_FaceDict dict = face->cid.font_dicts + face->root.face_index;
268 * face_index ::
287 FT_Int face_index,
334 error = cid_face_open( face, face_index );
339 if ( face_index < 0 )
344 if ( ( face_index & 0xFFFF ) != 0 )
364 cidface->face_index = face_index & 0xFFFF;
285 cid_face_init(FT_Stream stream,FT_Face cidface,FT_Int face_index,FT_Int num_params,FT_Parameter * params) argument
H A Dcidobjs.h134 FT_Int face_index,
/xsrc/external/mit/freetype/dist/builds/mac/
H A Dftmac.c24 support this I use the face_index argument of FT_(Open|New)_Face()
180 FT_Long* face_index )
184 FT_UNUSED( face_index );
194 FT_Long* face_index )
206 if ( !fontName || !face_index )
209 *face_index = 0;
228 *face_index = 0;
259 ++(*face_index);
313 FT_Long* face_index )
319 *face_index
178 FT_GetFile_From_Mac_Name(const char * fontName,FSSpec * pathSpec,FT_Long * face_index) argument
192 FT_GetFile_From_Mac_Name(const char * fontName,FSSpec * pathSpec,FT_Long * face_index) argument
311 FT_GetFileRef_From_Mac_ATS_Name(const char * fontName,FSRef * ats_font_ref,FT_Long * face_index) argument
360 FT_GetFilePath_From_Mac_ATS_Name(const char * fontName,UInt8 * path,UInt32 maxPathSize,FT_Long * face_index) argument
376 FT_GetFilePath_From_Mac_ATS_Name(const char * fontName,UInt8 * path,UInt32 maxPathSize,FT_Long * face_index) argument
401 FT_GetFile_From_Mac_ATS_Name(const char * fontName,FSSpec * pathSpec,FT_Long * face_index) argument
416 FT_GetFile_From_Mac_ATS_Name(const char * fontName,FSSpec * pathSpec,FT_Long * face_index) argument
726 parse_fond(char * fond_data,short * have_sfnt,ResID * sfnt_id,Str255 lwfn_file_name,short face_index) argument
1080 FT_New_Face_From_LWFN(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
1112 FT_New_Face_From_SFNT(FT_Library library,ResID sfnt_id,FT_Long face_index,FT_Face * aface) argument
1181 FT_New_Face_From_Suitcase(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
1229 FT_New_Face_From_FOND(FT_Library library,Handle fond,FT_Long face_index,FT_Face * aface) argument
1347 FT_New_Face_From_Resource(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
1388 FT_New_Face(FT_Library library,const char * pathname,FT_Long face_index,FT_Face * aface) argument
1428 FT_New_Face_From_FSRef(FT_Library library,const FSRef * ref,FT_Long face_index,FT_Face * aface) argument
1486 FT_New_Face_From_FSSpec(FT_Library library,const FSSpec * spec,FT_Long face_index,FT_Face * aface) argument
[all...]
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.h66 FT_Int* face_index,
H A Dsfobjs.c487 FT_Int face_index; local in function:sfnt_init_face
553 face_index = FT_ABS( face_instance_index ) & 0xFFFF;
557 face_index--;
559 if ( face_index >= face->ttc_header.count )
564 face_index = 0;
567 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
715 face->root.face_index = face_instance_index;
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffobjs.h60 FT_Int face_index,
H A Dcffload.h66 FT_Int face_index,
H A Dcffobjs.c501 FT_Int face_index,
552 error = sfnt->init_face( stream, face, face_index, num_params, params );
563 if ( face_index < 0 )
576 error = sfnt->load_face( stream, face, face_index,
627 face_index,
637 if ( face_index < 0 )
647 cffface->face_index = face_index & 0xFFFF;
725 FT_UInt instance_index = (FT_UInt)face_index >> 16;
903 (FT_UInt)( face_index
499 cff_face_init(FT_Stream stream,FT_Face cffface,FT_Int face_index,FT_Int num_params,FT_Parameter * params) argument
[all...]
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrobjs.h62 FT_Int face_index,
H A Dpfrload.h99 FT_UInt face_index,
H A Dpfrobjs.c70 FT_Int face_index,
109 if ( face_index < 0 )
112 if ( ( face_index & 0xFFFF ) >= pfrface->num_faces )
123 (FT_UInt)( face_index & 0xFFFF ),
141 pfrface->face_index = face_index & 0xFFFF;
68 pfr_face_init(FT_Stream stream,FT_Face pfrface,FT_Int face_index,FT_Int num_params,FT_Parameter * params) argument
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1objs.h135 FT_Int face_index,
H A Dt1objs.c289 * face_index ::
308 FT_Int face_index,
351 face_index ));
354 if ( face_index < 0 )
358 if ( ( face_index & 0xFFFF ) > 0 )
375 root->face_index = 0;
306 T1_Face_Init(FT_Stream stream,FT_Face t1face,FT_Int face_index,FT_Int num_params,FT_Parameter * params) argument
/xsrc/external/mit/freetype/dist/src/type42/
H A Dt42objs.h68 FT_Int face_index,
/xsrc/external/mit/freetype/dist/src/winfonts/
H A Dwinfnt.c277 FT_Long face_index; local in function:fnt_face_get_dll_font
282 face_index = FT_ABS( face_instance_index ) & 0xFFFF;
382 if ( face_index >= font_count )
391 if ( FT_STREAM_SEEK( font_offset + (FT_ULong)face_index * 12 ) ||
550 if ( face_index == face->root.num_faces )
586 if ( face_index >= face->root.num_faces )
721 FT_Int face_index; local in function:FNT_Face_Init
729 face_index = FT_ABS( face_instance_index ) & 0xFFFF;
757 if ( face_index > 0 )
781 root->face_index
[all...]
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dpcfdrivr.c244 FT_Int face_index,
257 error = pcf_load_font( stream, face, face_index );
321 error = pcf_load_font( stream, face, face_index );
335 * XXX: A non-zero face_index is already an invalid argument, but
340 if ( face_index < 0 )
342 else if ( face_index > 0 && ( face_index & 0xFFFF ) > 0 )
242 PCF_Face_Init(FT_Stream stream,FT_Face pcfface,FT_Int face_index,FT_Int num_params,FT_Parameter * params) argument
H A Dpcf.h244 FT_Long face_index );
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dsfnt.h48 * face_index ::
74 FT_Int face_index,
96 * face_index ::
116 FT_Int face_index,
/xsrc/external/mit/fontconfig/dist/src/
H A Dftglue.c209 if ( FILE_Seek( 12 + face->face_index*4 ) ||

Completed in 29 milliseconds

12