Home
last modified time | relevance | path

Searched refs:face_index (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/base/
A Dftmac.c131 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
183 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
213 *face_index = ats_font_id - ( id2 + 1 ); in FT_GetFileRef_From_Mac_ATS_Name()
251 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
391 short face_index ) in parse_fond() argument
407 if ( 47 < face_index ) in parse_fond()
717 face_index, in FT_New_Face_From_LWFN()
824 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
827 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
955 FT_Long face_index, in FT_New_Face() argument
[all …]
A Dftbase.h35 FT_Long face_index,
47 FT_Long face_index,
A Dftobjs.c1409 if ( face_index > 0 ) in open_face_from_buffer()
1410 face_index = 0; in open_face_from_buffer()
1486 if ( face_index < 0 ) in ft_lookup_PS_in_sfnt_stream()
1495 if ( face_index < 0 ) in ft_lookup_PS_in_sfnt_stream()
1498 if ( face_index >= 0 && pstable_index == face_index ) in ft_lookup_PS_in_sfnt_stream()
1592 if ( face_index == -1 ) in Mac_Read_POST_Resource()
1593 face_index = 0; in Mac_Read_POST_Resource()
1594 if ( face_index != 0 ) in Mac_Read_POST_Resource()
1735 if ( face_index == -1 ) in Mac_Read_sfnt_Resource()
1736 face_index = 0; in Mac_Read_sfnt_Resource()
[all …]
/AliOS-Things-master/components/freetype/include/
A Dftmac.h102 FT_Long face_index,
132 FT_Long* face_index )
160 FT_Long* face_index )
192 FT_Long* face_index )
226 FT_Long face_index,
261 FT_Long face_index,
A Dfreetype.h961 FT_Long face_index; member
1943 FT_Long face_index,
1982 FT_Long face_index,
2041 FT_Long face_index,
/AliOS-Things-master/components/freetype/src/cid/
A Dcidobjs.c142 CID_FaceDict dict = face->cid.font_dicts + face->root.face_index; in cid_size_init()
280 FT_Int face_index, in cid_face_init() argument
327 error = cid_face_open( face, face_index ); in cid_face_init()
332 if ( face_index < 0 ) in cid_face_init()
337 if ( face_index != 0 ) in cid_face_init()
357 cidface->face_index = face_index; in cid_face_init()
A Dcidload.h45 FT_Int face_index );
A Dcidobjs.h134 FT_Int face_index,
/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfobjs.h34 FT_Int face_index,
41 FT_Int face_index,
A Dsfobjs.c839 FT_Int face_index, in sfnt_init_face() argument
878 FT_TRACE2(( "sfnt_init_face: %08p, %ld\n", face, face_index )); in sfnt_init_face()
880 if ( face_index < 0 ) in sfnt_init_face()
881 face_index = 0; in sfnt_init_face()
883 if ( face_index >= face->ttc_header.count ) in sfnt_init_face()
886 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) ) in sfnt_init_face()
895 face->root.face_index = face_index; in sfnt_init_face()
946 FT_Int face_index, in sfnt_load_face() argument
962 FT_UNUSED( face_index ); in sfnt_load_face()
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c272 FT_Int face_index ) in fnt_face_get_dll_font() argument
362 if ( face_index >= font_count ) in fnt_face_get_dll_font()
367 else if ( face_index < 0 ) in fnt_face_get_dll_font()
532 if ( face_index == face->root.num_faces ) in fnt_face_get_dll_font()
568 if ( face_index >= face->root.num_faces ) in fnt_face_get_dll_font()
689 FT_Int face_index, in FNT_Face_Init() argument
704 error = fnt_face_get_dll_font( face, face_index ); in FNT_Face_Init()
705 if ( !error && face_index < 0 ) in FNT_Face_Init()
726 if ( face_index > 0 ) in FNT_Face_Init()
728 else if ( face_index < 0 ) in FNT_Face_Init()
[all …]
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrobjs.c69 FT_Int face_index, in pfr_face_init() argument
108 if ( face_index < 0 ) in pfr_face_init()
111 if ( face_index >= pfrface->num_faces ) in pfr_face_init()
120 &face->log_font, stream, face_index, in pfr_face_init()
138 pfrface->face_index = face_index; in pfr_face_init()
A Dpfrobjs.h62 FT_Int face_index,
A Dpfrload.h94 FT_UInt face_index,
/AliOS-Things-master/components/freetype/src/cff/
A Dcffobjs.c484 FT_Int face_index, in cff_face_init() argument
519 error = sfnt->init_face( stream, face, face_index, num_params, params ); in cff_face_init()
530 if ( face_index < 0 ) in cff_face_init()
543 error = sfnt->load_face( stream, face, face_index, in cff_face_init()
582 error = cff_font_load( library, stream, face_index, cff, pure_cff ); in cff_face_init()
589 cffface->face_index = face_index; in cff_face_init()
766 cffface->family_name = cff_index_get_name( cff, face_index ); in cff_face_init()
A Dcffload.h65 FT_Int face_index,
A Dcffobjs.h161 FT_Int face_index,
/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.c302 FT_Int face_index, in T1_Face_Init() argument
344 if ( face_index < 0 ) in T1_Face_Init()
348 if ( face_index > 0 ) in T1_Face_Init()
365 root->face_index = 0; in T1_Face_Init()
A Dt1objs.h135 FT_Int face_index,
/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.h69 FT_Int face_index,
A Dt42objs.c160 FT_Int face_index, in T42_Face_Init() argument
201 if ( face_index < 0 ) in T42_Face_Init()
205 if ( face_index > 0 ) in T42_Face_Init()
219 root->face_index = 0; in T42_Face_Init()
/AliOS-Things-master/components/freetype/include/internal/
A Dsfnt.h69 FT_Int face_index,
105 FT_Int face_index,
/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c508 FT_Int face_index, in tt_face_init() argument
535 error = sfnt->init_face( stream, face, face_index, num_params, params ); in tt_face_init()
559 if ( face_index < 0 ) in tt_face_init()
563 error = sfnt->load_face( stream, face, face_index, num_params, params ); in tt_face_init()
A Dttobjs.h376 FT_Int face_index,
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdfdrivr.c339 FT_Int face_index, in BDF_Face_Init() argument
382 if ( face_index > 0 ) { in BDF_Face_Init()
400 bdfface->face_index = 0; in BDF_Face_Init()

Completed in 68 milliseconds

12