Home | History | Annotate | Download | only in base

Lines Matching full:face_index

1118              FT_Long        face_index,
1168 (FT_Int)face_index,
1215 FT_Long face_index,
1229 return FT_Open_Face( library, &args, face_index, aface );
1241 FT_Long face_index,
1256 return FT_Open_Face( library, &args, face_index, aface );
1348 FT_Long face_index,
1383 if ( face_index > 0 )
1384 face_index &= 0x7FFF0000L; /* retain GX data */
1387 error = FT_Open_Face( library, &args, face_index, aface );
1416 FT_Long face_index,
1460 if ( face_index < 0 )
1469 if ( face_index < 0 )
1472 if ( face_index >= 0 && pstable_index == face_index )
1482 FT_Long face_index,
1499 if ( face_index > 0 )
1500 face_index &= 0xFFFFL;
1505 face_index,
1527 FT_MIN( face_index, 0 ),
1552 /* Here can be only one PostScript font in a file so face_index */
1560 FT_Long face_index,
1572 if ( face_index == -1 )
1573 face_index = 0;
1574 if ( face_index != 0 )
1726 face_index,
1747 /* them for the one indicated by face_index, load it into mem, */
1755 FT_Long face_index,
1767 if ( face_index == -1 )
1768 face_index = 0;
1769 if ( face_index >= resource_cnt )
1772 flag_offset = (FT_ULong)offsets[face_index];
1786 face_index,
1826 FT_Long face_index,
1849 face_index, aface );
1865 FT_Long face_index_internal = face_index % count;
1885 FT_Long face_index,
1926 return IsMacResource( library, stream, offset, face_index, aface );
1936 FT_Long face_index,
1994 face_index, aface );
2033 FT_Long face_index,
2041 error = IsMacBinary( library, stream, face_index, aface );
2054 error = IsMacResource( library, stream, 0, face_index, aface );
2067 face_index, aface, args );
2080 FT_Long face_index,
2096 if ( ( !aface && face_index >= 0 ) || !args )
2128 error = open_face( driver, &stream, external_stream, face_index,
2164 error = open_face( driver, &stream, external_stream, face_index,
2179 face_index,
2206 error = load_mac_face( library, stream, face_index, aface, args );
2245 if ( face_index >= 0 )