Searched refs:init_face (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftdriver.h117 /* init_face :: The format-specific face constructor. */
174 FT_Face_InitFunc init_face; member in struct:FT_Driver_ClassRec_
378 clazz->init_face = init_face_; \
H A Dsfnt.h500 TT_Init_Face_Func init_face; member in struct:SFNT_Interface_
670 clazz->init_face = init_face_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftdriver.h117 /* init_face :: The format-specific face constructor. */
174 FT_Face_InitFunc init_face; member in struct:FT_Driver_ClassRec_
378 clazz->init_face = init_face_; \
H A Dsfnt.h500 TT_Init_Face_Func init_face; member in struct:SFNT_Interface_
670 clazz->init_face = init_face_; \
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftdriver.h117 /* init_face :: The format-specific face constructor. */
174 FT_Face_InitFunc init_face; member in struct:FT_Driver_ClassRec_
378 clazz->init_face = init_face_; \
H A Dsfnt.h500 TT_Init_Face_Func init_face; member in struct:SFNT_Interface_
670 clazz->init_face = init_face_; \
/external/freetype/include/internal/
H A Dftdriver.h117 /* init_face :: The format-specific face constructor. */
174 FT_Face_InitFunc init_face; member in struct:FT_Driver_ClassRec_
378 clazz->init_face = init_face_; \
H A Dsfnt.h500 TT_Init_Face_Func init_face; member in struct:SFNT_Interface_
670 clazz->init_face = init_face_; \
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c519 error = sfnt->init_face( stream, face, face_index, num_params, params );
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.c534 error = sfnt->init_face( stream, face, face_index, num_params, params );
/external/freetype/src/cff/
H A Dcffobjs.c519 error = sfnt->init_face( stream, face, face_index, num_params, params );
/external/freetype/src/truetype/
H A Dttobjs.c535 error = sfnt->init_face( stream, face, face_index, num_params, params );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.c519 error = sfnt->init_face( stream, face, face_index, num_params, params );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.c534 error = sfnt->init_face( stream, face, face_index, num_params, params );
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c1179 if ( clazz->init_face )
1180 error = clazz->init_face( stream,
/external/freetype/src/base/
H A Dftobjs.c1190 if ( clazz->init_face )
1191 error = clazz->init_face( *astream,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c1179 if ( clazz->init_face )
1180 error = clazz->init_face( stream,

Completed in 331 milliseconds