HomeSort by relevance Sort by last modified time
    Searched defs:autohint (Results 1 - 3 of 3) sorted by null

  /external/freetype/include/freetype/
freetype.h 1117 FT_Generic autohint; \/* face-specific auto-hinter data *\/ member in struct:FT_FaceRec_
    [all...]
  /external/freetype/src/base/
ftobjs.c 768 FT_Bool autohint = FALSE; local
839 autohint = TRUE;
867 autohint = TRUE;
871 if ( autohint )
1113 if ( face->autohint.finalizer )
1114 face->autohint.finalizer( face->autohint.data );
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 1064 FT_Generic autohint; \/* face-specific auto-hinter data *\/ member in struct:FT_FaceRec_
    [all...]

Completed in 78 milliseconds