Searched refs:FT_LOAD_RENDER (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcbasic.c | 149 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER ); in ftc_basic_family_load_bitmap()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 3074 #define FT_LOAD_RENDER ( 1L << 2 ) macro
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afloader.c | 340 load_flags &= ~FT_LOAD_RENDER; in af_loader_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 872 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/ |
D | SkFontHost_FreeType_common.cpp | 1649 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()
|
D | SkFontHost_FreeType.cpp | 1336 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generatePath()
|
/third_party/ffmpeg/libavfilter/ |
D | avf_showcqt.c | 531 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()
|
D | vf_drawtext.c | 259 …{ "render", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FT_LOAD_RENDER }, …
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.27 | 1041 * src/base/ftobjs.c (FT_Load_Glyph): Unset FT_LOAD_RENDER if
|
D | ChangeLog.26 | 5341 load_flags &= ~FT_LOAD_RENDER;
|
D | ChangeLog.21 | 4067 is fixed now by clearing the FT_LOAD_RENDER bit of `load_flags'.
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 333 `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
|