Searched refs:FT_LOAD_NO_AUTOHINT (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/freetype/src/truetype/
H A Dttdriver.c384 /* both FT_LOAD_NO_HINTING and FT_LOAD_NO_AUTOHINT */
390 if ( load_flags & FT_LOAD_NO_AUTOHINT )
/external/freetype/src/truetype/
H A Dttdriver.c385 /* both FT_LOAD_NO_HINTING and FT_LOAD_NO_AUTOHINT */
391 if ( load_flags & FT_LOAD_NO_AUTOHINT )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttdriver.c384 /* both FT_LOAD_NO_HINTING and FT_LOAD_NO_AUTOHINT */
390 if ( load_flags & FT_LOAD_NO_AUTOHINT )
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h1070 /* and @FT_LOAD_NO_AUTOHINT to really disable hinting; however, you */
2523 * FT_LOAD_NO_AUTOHINT ::
2539 * @FT_LOAD_NO_AUTOHINT in case you don't want the auto-hinter to be
2570 #define FT_LOAD_NO_AUTOHINT ( 1L << 15 ) macro
/external/freetype/include/
H A Dfreetype.h1109 /* and @FT_LOAD_NO_AUTOHINT to really disable hinting; however, you */
2588 * FT_LOAD_NO_AUTOHINT ::
2604 * @FT_LOAD_NO_AUTOHINT in case you don't want the auto-hinter to be
2635 #define FT_LOAD_NO_AUTOHINT ( 1L << 15 ) macro
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h1076 /* and @FT_LOAD_NO_AUTOHINT to really disable hinting; however, you */
2536 * FT_LOAD_NO_AUTOHINT ::
2552 * @FT_LOAD_NO_AUTOHINT in case you don't want the auto-hinter to be
2583 #define FT_LOAD_NO_AUTOHINT ( 1L << 15 ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h1076 /* and @FT_LOAD_NO_AUTOHINT to really disable hinting; however, you */
2536 * FT_LOAD_NO_AUTOHINT ::
2552 * @FT_LOAD_NO_AUTOHINT in case you don't want the auto-hinter to be
2583 #define FT_LOAD_NO_AUTOHINT ( 1L << 15 ) macro
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp958 loadFlags = FT_LOAD_NO_AUTOHINT;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp959 loadFlags = FT_LOAD_NO_AUTOHINT;
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c650 !( load_flags & FT_LOAD_NO_AUTOHINT ) &&
/external/freetype/src/base/
H A Dftobjs.c648 !( load_flags & FT_LOAD_NO_AUTOHINT ) &&
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c650 !( load_flags & FT_LOAD_NO_AUTOHINT ) &&

Completed in 372 milliseconds