Home
last modified time | relevance | path

Searched refs:init_face (Results 1 – 10 of 10) sorted by relevance

/external/freetype/include/freetype/internal/
Dftdrv.h181 FT_Face_InitFunc init_face; member
Dsfnt.h722 TT_Init_Face_Func init_face; member
/external/freetype/src/truetype/
Dttobjs.c636 error = sfnt->init_face( stream, face, face_index, num_params, params ); in tt_face_init()
/external/freetype/src/cff/
Dcffobjs.c542 error = sfnt->init_face( stream, face, face_index, num_params, params ); in cff_face_init()
/external/freetype/src/base/
Dftobjs.c1371 if ( clazz->init_face ) in open_face()
1372 error = clazz->init_face( *astream, in open_face()
/external/freetype/
DChangeLog.253664 `sfnt->init_face'.
3706 If the font's `clazz->init_face' function wants to swap to new
3709 face flags before calling `init_face' such that the clazz can handle
DChangeLog.22979 there but in `init_face'.
DChangeLog.234613 * src/base/ftobjs.c (open_face): Check `clazz->init_face' and
DChangeLog.216844 clazz->init_face.
/external/freetype/docs/
DCHANGES4461 driver interface (the specific `init_face' module function has