Searched refs:FT_LOAD_RENDER (Results 1 – 13 of 13) sorted by relevance
145 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER ); in ftc_basic_family_load_bitmap()
3024 #define FT_LOAD_RENDER ( 1L << 2 ) macro
349 load_flags &= ~FT_LOAD_RENDER; in af_loader_load_glyph()
1320 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()
1534 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generatePath()
750 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generateFacePath()
1349 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline) in generatePath()
833 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()
1563 flags|=FT_LOAD_RENDER | FT_LOAD_TARGET_MONO; in RenderFreetype()
1041 * src/base/ftobjs.c (FT_Load_Glyph): Unset FT_LOAD_RENDER if
5341 load_flags &= ~FT_LOAD_RENDER;
4067 is fixed now by clearing the FT_LOAD_RENDER bit of `load_flags'.
183 `FT_LOAD_RENDER'), a default blending of the color glyph layers3069 - Fonts loaded with FT_LOAD_RENDER no longer cause strange4596 - When using the new bit flag FT_LOAD_RENDER, the FT_Load_Glyph