Searched refs:FT_LOAD_RENDER (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/ots/test/
H A Dvalidator-checker.cc44 FT_Load_Char(face, c, FT_LOAD_RENDER);
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcbasic.c143 family->attrs.load_flags | FT_LOAD_RENDER );
/external/freetype/src/cache/
H A Dftcbasic.c143 family->attrs.load_flags | FT_LOAD_RENDER );
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h152 /* FT_LOAD_RENDER */
2433 * unsets @FT_LOAD_RENDER.
2448 * FT_LOAD_RENDER ::
2510 * This flag is used with @FT_LOAD_RENDER to indicate that you want to
2559 #define FT_LOAD_RENDER ( 1L << 2 ) macro
2628 * If @FT_LOAD_RENDER is also set, the glyph is rendered in the
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.c543 load_flags &= ~FT_LOAD_RENDER;
/external/freetype/include/
H A Dfreetype.h187 /* FT_LOAD_RENDER */
2501 * unsets @FT_LOAD_RENDER.
2516 * FT_LOAD_RENDER ::
2575 * This flag is used with @FT_LOAD_RENDER to indicate that you want to
2624 #define FT_LOAD_RENDER ( 1L << 2 ) macro
2693 * If @FT_LOAD_RENDER is also set, the glyph is rendered in the
/external/freetype/src/autofit/
H A Dafloader.c557 load_flags &= ~FT_LOAD_RENDER;
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h152 /* FT_LOAD_RENDER */
2446 * unsets @FT_LOAD_RENDER.
2461 * FT_LOAD_RENDER ::
2523 * This flag is used with @FT_LOAD_RENDER to indicate that you want to
2572 #define FT_LOAD_RENDER ( 1L << 2 ) macro
2641 * If @FT_LOAD_RENDER is also set, the glyph is rendered in the
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h152 /* FT_LOAD_RENDER */
2446 * unsets @FT_LOAD_RENDER.
2461 * FT_LOAD_RENDER ::
2523 * This flag is used with @FT_LOAD_RENDER to indicate that you want to
2572 #define FT_LOAD_RENDER ( 1L << 2 ) macro
2641 * If @FT_LOAD_RENDER is also set, the glyph is rendered in the
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1355 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline)
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1354 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline)
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c627 load_flags &= ~FT_LOAD_RENDER;
816 load_flags & FT_LOAD_RENDER )
/external/freetype/src/base/
H A Dftobjs.c625 load_flags &= ~FT_LOAD_RENDER;
821 load_flags & FT_LOAD_RENDER )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c627 load_flags &= ~FT_LOAD_RENDER;
816 load_flags & FT_LOAD_RENDER )

Completed in 2691 milliseconds