Home
last modified time | relevance | path

Searched refs:autohint (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/autofit/
A Dafmodule.c60 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals()
68 face->autohint.data = in af_property_get_face_globals()
70 face->autohint.finalizer = in af_property_get_face_globals()
A Dafloader.c57 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset()
66 face->autohint.data = in af_loader_reset()
68 face->autohint.finalizer = in af_loader_reset()
/AliOS-Things-master/components/freetype/include/internal/
A Dinternal.h48 #define FT_INTERNAL_AUTOHINT_H <internal/autohint.h>
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c596 FT_Bool autohint = FALSE; in FT_Load_Glyph() local
660 autohint = TRUE; in FT_Load_Glyph()
680 autohint = TRUE; in FT_Load_Glyph()
684 if ( autohint ) in FT_Load_Glyph()
917 if ( face->autohint.finalizer ) in destroy_face()
918 face->autohint.finalizer( face->autohint.data ); in destroy_face()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h1007 FT_Generic autohint; /* face-specific auto-hinter data */ member

Completed in 20 milliseconds