Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/cache/
Dftcbasic.c149 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER ); in ftc_basic_family_load_bitmap()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h3074 #define FT_LOAD_RENDER ( 1L << 2 ) macro
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafloader.c340 load_flags &= ~FT_LOAD_RENDER; in af_loader_load_glyph()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c872 load_flags &= ~FT_LOAD_RENDER; in FT_Load_Glyph()
876 load_flags &= ~FT_LOAD_RENDER; in FT_Load_Glyph()
1089 if ( load_flags & FT_LOAD_RENDER ) in FT_Load_Glyph()
4665 load_flags |= FT_LOAD_RENDER; in FT_Render_Glyph_Internal()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp1649 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generateFacePathStatic()
1668 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generateFacePathCOLRv1()
DSkFontHost_FreeType.cpp1336 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generatePath()
/third_party/ffmpeg/libavfilter/
Davf_showcqt.c531 if (FT_Load_Char(face, 'A', FT_LOAD_RENDER)) in render_freetype()
543 if (FT_Load_Char(face, str[x], FT_LOAD_RENDER)) in render_freetype()
Dvf_drawtext.c259 …{ "render", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FT_LOAD_RENDER }, …
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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'.
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES333 `FT_LOAD_RENDER'), a default blending of the color glyph layers
3219 - Fonts loaded with FT_LOAD_RENDER no longer cause strange
4746 - When using the new bit flag FT_LOAD_RENDER, the FT_Load_Glyph