Searched refs:FT_LOAD_RENDER (Results 1 - 11 of 11) 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/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/freetype/src/autofit/
H A Dafloader.c543 load_flags &= ~FT_LOAD_RENDER;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1300 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline)
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1370 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.c627 load_flags &= ~FT_LOAD_RENDER;
816 load_flags & FT_LOAD_RENDER )

Completed in 173 milliseconds