Searched refs:FT_LOAD_LINEAR_DESIGN (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h154 /* FT_LOAD_LINEAR_DESIGN */
1481 /* pixels, unless @FT_LOAD_LINEAR_DESIGN is set */
1488 /* pixels, unless @FT_LOAD_LINEAR_DESIGN is set */
2518 * FT_LOAD_LINEAR_DESIGN ::
2569 #define FT_LOAD_LINEAR_DESIGN ( 1L << 13 ) macro
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.c118 flags = load_flags | FT_LOAD_LINEAR_DESIGN;
/external/freetype/include/
H A Dfreetype.h189 /* FT_LOAD_LINEAR_DESIGN */
1539 /* pixels, unless @FT_LOAD_LINEAR_DESIGN is set */
1546 /* pixels, unless @FT_LOAD_LINEAR_DESIGN is set */
2583 * FT_LOAD_LINEAR_DESIGN ::
2634 #define FT_LOAD_LINEAR_DESIGN ( 1L << 13 ) macro
/external/freetype/src/autofit/
H A Dafloader.c119 flags = load_flags | FT_LOAD_LINEAR_DESIGN;
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h154 /* FT_LOAD_LINEAR_DESIGN */
1487 /* pixels, unless @FT_LOAD_LINEAR_DESIGN is set */
1494 /* pixels, unless @FT_LOAD_LINEAR_DESIGN is set */
2531 * FT_LOAD_LINEAR_DESIGN ::
2582 #define FT_LOAD_LINEAR_DESIGN ( 1L << 13 ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h154 /* FT_LOAD_LINEAR_DESIGN */
1487 /* pixels, unless @FT_LOAD_LINEAR_DESIGN is set */
1494 /* pixels, unless @FT_LOAD_LINEAR_DESIGN is set */
2531 * FT_LOAD_LINEAR_DESIGN ::
2582 #define FT_LOAD_LINEAR_DESIGN ( 1L << 13 ) macro
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c757 if ( ( load_flags & FT_LOAD_LINEAR_DESIGN ) == 0 &&
/external/freetype/src/base/
H A Dftobjs.c762 if ( ( load_flags & FT_LOAD_LINEAR_DESIGN ) == 0 &&
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c757 if ( ( load_flags & FT_LOAD_LINEAR_DESIGN ) == 0 &&

Completed in 1301 milliseconds