/AliOS-Things-master/components/freetype/src/base/ |
A D | ftmac.c | 131 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 D | ftbase.h | 35 FT_Long face_index, 47 FT_Long face_index,
|
A D | ftobjs.c | 1409 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 D | ftmac.h | 102 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 D | freetype.h | 961 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 D | cidobjs.c | 142 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 D | cidload.h | 45 FT_Int face_index );
|
A D | cidobjs.h | 134 FT_Int face_index,
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | sfobjs.h | 34 FT_Int face_index, 41 FT_Int face_index,
|
A D | sfobjs.c | 839 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 D | winfnt.c | 272 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 D | pfrobjs.c | 69 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 D | pfrobjs.h | 62 FT_Int face_index,
|
A D | pfrload.h | 94 FT_UInt face_index,
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffobjs.c | 484 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 D | cffload.h | 65 FT_Int face_index,
|
A D | cffobjs.h | 161 FT_Int face_index,
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1objs.c | 302 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 D | t1objs.h | 135 FT_Int face_index,
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42objs.h | 69 FT_Int face_index,
|
A D | t42objs.c | 160 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 D | sfnt.h | 69 FT_Int face_index, 105 FT_Int face_index,
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttobjs.c | 508 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 D | ttobjs.h | 376 FT_Int face_index,
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 339 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()
|