Searched refs:ignore_x_mode (Results 1 - 8 of 8) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.h256 FT_Bool ignore_x_mode; /* Standard rendering mode for */ member in struct:TT_ExecContextRec_
H A Dttinterp.c1714 ( !exc->ignore_x_mode ||
1795 !exc->ignore_x_mode )
3008 exc->ignore_x_mode &&
3906 exc->ignore_x_mode &&
3994 exc->ignore_x_mode &&
4932 exc->ignore_x_mode &&
5196 exc->ignore_x_mode = FT_BOOL( L == 4 );
5519 exc->ignore_x_mode )
5700 /* If not using ignore_x_mode rendering, allow ZP2 move. */
5702 /* If using ignore_x_mode renderin
[all...]
H A Dttsubpix.c289 /* Don't do subpixel (ignore_x_mode) hinting; do normal hinting. */
925 loader->exec->ignore_x_mode = FALSE;
H A Dttgload.c1981 FT_Bool ignore_x_mode; local
1984 ignore_x_mode = FT_BOOL( FT_LOAD_TARGET_MODE( loader->load_flags ) !=
1988 ( ( ignore_x_mode && loader->exec->compatible_widths ) ||
1989 !ignore_x_mode ||
2255 exec->ignore_x_mode = subpixel_hinting || grayscale;
2369 exec->ignore_x_mode = 0;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.h268 FT_Bool ignore_x_mode; /* Standard rendering mode for */ member in struct:TT_ExecContextRec_
H A Dttinterp.c1861 ( !CUR.ignore_x_mode ||
1940 !CUR.ignore_x_mode )
3259 CUR.ignore_x_mode && \
4942 CUR.ignore_x_mode &&
5030 CUR.ignore_x_mode &&
5412 CUR.ignore_x_mode && FT_ABS( D ) == 64 )
5974 CUR.ignore_x_mode )
6152 /* If not using ignore_x_mode rendering, allow ZP2 move. */
6154 /* If using ignore_x_mode rendering, allow ZP2 point move if: */
6161 CUR.ignore_x_mode )
[all...]
H A Dttsubpix.c289 /* Don't do subpixel (ignore_x_mode) hinting; do normal hinting. */
925 loader->exec->ignore_x_mode = FALSE;
H A Dttgload.c160 if ( loader->exec && loader->exec->ignore_x_mode )
1893 FT_Bool ignore_x_mode; local
1896 ignore_x_mode = FT_BOOL( FT_LOAD_TARGET_MODE( loader->load_flags ) !=
1900 ( ( ignore_x_mode && loader->exec->compatible_widths ) ||
1901 !ignore_x_mode ||
2166 exec->ignore_x_mode = subpixel || grayscale;

Completed in 459 milliseconds