Home | History | Annotate | Download | only in truetype

Lines Matching defs:ignore_x_mode

1955         FT_Bool  ignore_x_mode;
1958 ignore_x_mode = FT_BOOL( FT_LOAD_TARGET_MODE( loader->load_flags ) !=
1962 ( ( ignore_x_mode && loader->exec->compatible_widths ) ||
1963 !ignore_x_mode ||
2229 exec->ignore_x_mode = subpixel_hinting || grayscale;
2343 exec->ignore_x_mode = 0;