Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/include/internal/
Dftdriver.h186 FT_Face_AttachFunc attach_file; member
390 clazz->attach_file = attach_file_; \
/external/freetype/include/internal/
Dftdriver.h186 FT_Face_AttachFunc attach_file; member
390 clazz->attach_file = attach_file_; \
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c2372 if ( clazz->attach_file ) in FT_Attach_Stream()
2373 error = clazz->attach_file( face, stream ); in FT_Attach_Stream()
/external/freetype/src/base/
Dftobjs.c2368 if ( clazz->attach_file ) in FT_Attach_Stream()
2369 error = clazz->attach_file( face, stream ); in FT_Attach_Stream()