Home
last modified time | relevance | path

Searched refs:FT_LOAD_RENDER (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/cache/
Dftcbasic.c145 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER ); in ftc_basic_family_load_bitmap()
/external/freetype/include/freetype/
Dfreetype.h3024 #define FT_LOAD_RENDER ( 1L << 2 ) macro
/external/freetype/src/autofit/
Dafloader.c349 load_flags &= ~FT_LOAD_RENDER; in af_loader_load_glyph()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp1320 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generateFacePathStatic()
1339 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generateFacePathCOLRv1()
DSkFontHost_FreeType.cpp1534 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generatePath()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp750 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generateFacePath()
DSkFontHost_FreeType.cpp1349 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generatePath()
/external/freetype/src/base/
Dftobjs.c833 load_flags &= ~FT_LOAD_RENDER; in FT_Load_Glyph()
837 load_flags &= ~FT_LOAD_RENDER; in FT_Load_Glyph()
1050 if ( load_flags & FT_LOAD_RENDER ) in FT_Load_Glyph()
4600 load_flags |= FT_LOAD_RENDER; in FT_Render_Glyph_Internal()
/external/ImageMagick/MagickCore/
Dannotate.c1563 flags|=FT_LOAD_RENDER | FT_LOAD_TARGET_MONO; in RenderFreetype()
/external/freetype/
DChangeLog.271041 * src/base/ftobjs.c (FT_Load_Glyph): Unset FT_LOAD_RENDER if
DChangeLog.265341 load_flags &= ~FT_LOAD_RENDER;
DChangeLog.214067 is fixed now by clearing the FT_LOAD_RENDER bit of `load_flags'.
/external/freetype/docs/
DCHANGES183 `FT_LOAD_RENDER'), a default blending of the color glyph layers
3069 - Fonts loaded with FT_LOAD_RENDER no longer cause strange
4596 - When using the new bit flag FT_LOAD_RENDER, the FT_Load_Glyph