Home | History | Annotate | Download | only in truetype

Lines Matching defs:ignore_x_mode

2043         FT_Bool  ignore_x_mode;
2046 ignore_x_mode = FT_BOOL( FT_LOAD_TARGET_MODE( loader->load_flags ) !=
2050 ( ( ignore_x_mode && loader->exec->compatible_widths ) ||
2051 !ignore_x_mode ||
2342 exec->ignore_x_mode = subpixel_hinting || grayscale;
2490 exec->ignore_x_mode = 0;