Home
last modified time | relevance | path

Searched refs:attach_file (Results 1 – 2 of 2) sorted by relevance

/external/freetype/include/freetype/internal/
Dftdriver.h209 FT_Face_AttachFunc attach_file; member
403 clazz->attach_file = attach_file_; \
/external/freetype/src/base/
Dftobjs.c2302 if ( clazz->attach_file ) in FT_Attach_Stream()
2303 error = clazz->attach_file( face, stream ); in FT_Attach_Stream()