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

12

/external/freetype/include/
H A Dftmac.h81 /* face_index :: Only supported for the -1 `sanity check' special */
102 FT_Long face_index,
123 /* face_index :: Index of the face. For passing to */
132 FT_Long* face_index )
151 /* face_index :: Index of the face. For passing to */
160 FT_Long* face_index )
183 /* face_index :: Index of the face. For passing to @FT_New_Face. */
192 FT_Long* face_index )
211 /* face_index :: The index of the face within the resource. The */
226 FT_Long face_index,
[all...]
/external/pdfium/third_party/freetype/include/
H A Dftmac.h81 /* face_index :: Only supported for the -1 `sanity check' special */
102 FT_Long face_index,
123 /* face_index :: Index of the face. For passing to */
132 FT_Long* face_index )
151 /* face_index :: Index of the face. For passing to */
160 FT_Long* face_index )
183 /* face_index :: Index of the face. For passing to @FT_New_Face. */
192 FT_Long* face_index )
211 /* face_index :: The index of the face within the resource. The */
226 FT_Long face_index,
[all...]
/external/freetype/src/sfnt/
H A Dsfobjs.h34 FT_Int face_index,
41 FT_Int face_index,
H A Dsfobjs.c842 FT_Int face_index,
881 FT_TRACE2(( "sfnt_init_face: %08p, %ld\n", face, face_index ));
883 if ( face_index < 0 )
884 face_index = 0;
886 if ( face_index >= face->ttc_header.count )
889 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
898 face->root.face_index = face_index;
949 FT_Int face_index,
965 FT_UNUSED( face_index );
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfobjs.h34 FT_Int face_index,
41 FT_Int face_index,
H A Dsfobjs.c842 FT_Int face_index,
881 FT_TRACE2(( "sfnt_init_face: %08p, %ld\n", face, face_index ));
883 if ( face_index < 0 )
884 face_index = 0;
886 if ( face_index >= face->ttc_header.count )
889 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
898 face->root.face_index = face_index;
949 FT_Int face_index,
965 FT_UNUSED( face_index );
[all...]
/external/freetype/src/base/
H A Dftbase.h31 /* font, and try to load a face specified by the face_index. */
35 FT_Long face_index,
47 FT_Long face_index,
H A Dftobjs.c1118 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,
1378 /* At this point, face_index has served its purpose; */
1383 if ( face_index > 0 )
1384 face_index
1115 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
1415 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
1550 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
1743 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
1811 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) argument
1871 IsMacBinary( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface ) argument
1921 load_face_in_embedded_rfork( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
2018 load_mac_face( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftbase.h31 /* font, and try to load a face specified by the face_index. */
35 FT_Long face_index,
47 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 );
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
799 FT_New_Face_From_Suitcase( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
921 FT_New_Face_From_Resource( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
[all...]
H A Dftobjs.c1122 FT_Long face_index,
1172 (FT_Int)face_index,
1219 FT_Long face_index,
1233 return FT_Open_Face( library, &args, face_index, aface );
1245 FT_Long face_index,
1260 return FT_Open_Face( library, &args, face_index, aface );
1352 FT_Long face_index,
1382 /* At this point, face_index has served its purpose; */
1387 if ( face_index > 0 )
1388 face_index
1119 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
1419 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
1554 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
1747 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
1815 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) argument
1875 IsMacBinary( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface ) argument
1925 load_face_in_embedded_rfork( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
2022 load_mac_face( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
[all...]
/external/pdfium/third_party/freetype/src/cid/
H A Dcidload.h45 FT_Int face_index );
H A Dcidobjs.c142 CID_FaceDict dict = face->cid.font_dicts + face->root.face_index;
265 /* face_index :: The index of the font face in the resource. */
280 FT_Int face_index,
327 error = cid_face_open( face, face_index );
332 if ( face_index < 0 )
337 if ( face_index != 0 )
357 cidface->face_index = face_index;
H A Dcidobjs.h134 FT_Int face_index,
/external/freetype/src/cff/
H A Dcffload.h65 FT_Int face_index,
H A Dcffobjs.h161 FT_Int face_index,
H A Dcffobjs.c484 FT_Int face_index,
519 error = sfnt->init_face( stream, face, face_index, num_params, params );
530 if ( face_index < 0 )
543 error = sfnt->load_face( stream, face, face_index,
582 error = cff_font_load( library, stream, face_index, cff, pure_cff );
589 cffface->face_index = face_index;
769 (FT_UInt)face_index );
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.h65 FT_Int face_index,
H A Dcffobjs.h161 FT_Int face_index,
/external/pdfium/third_party/freetype/src/type1/
H A Dt1objs.h135 FT_Int face_index,
H A Dt1objs.c287 /* face_index :: The index of the font face in the resource. */
302 FT_Int face_index,
344 if ( face_index < 0 )
348 if ( face_index > 0 )
365 root->face_index = 0;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp134 int weight, FX_BOOL bItalic, FX_LPBYTE pData, FX_DWORD size, int face_index)
148 int ret = FXFT_New_Memory_Face(library, pData, size, face_index, &pFontDesc->m_SingleFace.m_pFace);
294 int face_index = 0; local
305 face_index = 0;
307 face_index = index;
309 return face_index;
323 int face_index = GetTTCIndex(pFontDesc->m_pFontData, ttc_size, font_offset); local
324 if (pFontDesc->m_TTCFace.m_pFaces[face_index] == NULL) {
325 pFontDesc->m_TTCFace.m_pFaces[face_index] = GetFixedFace(pFontDesc->m_pFontData, ttc_size, face_index);
133 AddCachedFace(const CFX_ByteString& face_name, int weight, FX_BOOL bItalic, FX_LPBYTE pData, FX_DWORD size, int face_index) argument
343 int face_index = GetTTCIndex(pFontDesc->m_pFontData, ttc_size, font_offset); local
347 GetFixedFace(FX_LPCBYTE pData, FX_DWORD size, int face_index) argument
365 GetFileFace(FX_LPCSTR filename, int face_index) argument
[all...]
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp535 int face_index; local
536 if (FcPatternGetInteger(match, FC_INDEX, 0, &face_index) != FcResultMatch) {
544 outIdentity->fTTCIndex = face_index;
691 int face_index;
692 if (FcPatternGetInteger(match, FC_INDEX, 0, &face_index) != FcResultMatch) {
700 outIdentity->fTTCIndex = face_index;
/external/freetype/include/internal/
H A Dsfnt.h46 /* face_index :: The index of the TrueType font, if we are opening a */
69 FT_Int face_index,
89 /* face_index :: The index of the TrueType font, if we are opening a */
105 FT_Int face_index,
/external/pdfium/third_party/freetype/include/internal/
H A Dsfnt.h46 /* face_index :: The index of the TrueType font, if we are opening a */
69 FT_Int face_index,
89 /* face_index :: The index of the TrueType font, if we are opening a */
105 FT_Int face_index,

Completed in 394 milliseconds

12