Searched refs:subpixel_hinting (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.h255 FT_Bool subpixel_hinting; /* Using subpixel hinting? */ member in struct:TT_ExecContextRec_
H A Dttgload.c1358 ? loader->exec->subpixel_hinting \
2202 FT_Bool subpixel_hinting = FALSE; local
2238 subpixel_hinting = FT_BOOL( ( FT_LOAD_TARGET_MODE( load_flags ) !=
2242 if ( subpixel_hinting )
2247 subpixel_hinting = FALSE;
2253 subpixel_hinting = FALSE;
2255 exec->ignore_x_mode = subpixel_hinting || grayscale;
2308 if ( subpixel_hinting != exec->subpixel_hinting )
2313 exec->subpixel_hinting
[all...]
H A Dttinterp.c7320 exc->subpixel_hinting )
7375 if ( ( args[0] & 64 ) != 0 && exc->subpixel_hinting )

Completed in 86 milliseconds