Searched refs:FT_CURVE_TAG_ON (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h525 #define FT_CURVE_TAG_ON 1 macro
537 #define FT_Curve_Tag_On FT_CURVE_TAG_ON
/external/freetype/include/
H A Dftimage.h525 #define FT_CURVE_TAG_ON 1 macro
537 #define FT_Curve_Tag_On FT_CURVE_TAG_ON
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h525 #define FT_CURVE_TAG_ON 1 macro
537 #define FT_Curve_Tag_On FT_CURVE_TAG_ON
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h525 #define FT_CURVE_TAG_ON 1 macro
537 #define FT_Curve_Tag_On FT_CURVE_TAG_ON
/external/freetype/src/autofit/
H A Daflatin.c440 if ( FT_CURVE_TAG( outline.tags[best_point] ) == FT_CURVE_TAG_ON )
473 if ( FT_CURVE_TAG( outline.tags[prev] ) == FT_CURVE_TAG_ON )
496 if ( FT_CURVE_TAG( outline.tags[next] ) == FT_CURVE_TAG_ON )
587 FT_CURVE_TAG_ON )
623 if ( FT_CURVE_TAG( outline.tags[last] ) == FT_CURVE_TAG_ON )
660 FT_CURVE_TAG_ON )
709 FT_CURVE_TAG_ON ||
711 FT_CURVE_TAG_ON );
/external/freetype/src/base/
H A Dftbbox.c444 if ( FT_CURVE_TAG( outline->tags[n] ) == FT_CURVE_TAG_ON )
H A Dftoutln.c117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
151 case FT_CURVE_TAG_ON: /* emit a single line_to */
185 if ( tag == FT_CURVE_TAG_ON )
H A Dftstroke.c719 *write = FT_CURVE_TAG_ON;
2101 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
2130 case FT_CURVE_TAG_ON: /* emit a single line_to */
2161 if ( tag == FT_CURVE_TAG_ON )
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
151 case FT_CURVE_TAG_ON: /* emit a single line_to */
185 if ( tag == FT_CURVE_TAG_ON )
H A Dftbbox.c606 if ( FT_CURVE_TAG( outline->tags[n] ) == FT_CURVE_TAG_ON )
H A Dftstroke.c719 *write = FT_CURVE_TAG_ON;
2101 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
2130 case FT_CURVE_TAG_ON: /* emit a single line_to */
2161 if ( tag == FT_CURVE_TAG_ON )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
151 case FT_CURVE_TAG_ON: /* emit a single line_to */
185 if ( tag == FT_CURVE_TAG_ON )
H A Dftbbox.c606 if ( FT_CURVE_TAG( outline->tags[n] ) == FT_CURVE_TAG_ON )
H A Dftstroke.c719 *write = FT_CURVE_TAG_ON;
2101 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
2130 case FT_CURVE_TAG_ON: /* emit a single line_to */
2161 if ( tag == FT_CURVE_TAG_ON )
/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.c335 if ( FT_CURVE_TAG( outline.tags[best_point] ) == FT_CURVE_TAG_ON )
365 if ( FT_CURVE_TAG( outline.tags[prev] ) == FT_CURVE_TAG_ON )
386 if ( FT_CURVE_TAG( outline.tags[next] ) == FT_CURVE_TAG_ON )
405 FT_CURVE_TAG( outline.tags[prev] ) != FT_CURVE_TAG_ON ||
406 FT_CURVE_TAG( outline.tags[next] ) != FT_CURVE_TAG_ON );
H A Daflatin2.c337 FT_CURVE_TAG( glyph->outline.tags[start] ) != FT_CURVE_TAG_ON ||
338 FT_CURVE_TAG( glyph->outline.tags[ end ] ) != FT_CURVE_TAG_ON );
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c1615 *control = (FT_Byte)( flag ? FT_CURVE_TAG_ON : FT_CURVE_TAG_CUBIC );
1724 if ( *control == FT_CURVE_TAG_ON )
/external/freetype/src/psaux/
H A Dpsobjs.c1617 *control = (FT_Byte)( flag ? FT_CURVE_TAG_ON : FT_CURVE_TAG_CUBIC );
1726 if ( *control == FT_CURVE_TAG_ON )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c1617 *control = (FT_Byte)( flag ? FT_CURVE_TAG_ON : FT_CURVE_TAG_CUBIC );
1726 if ( *control == FT_CURVE_TAG_ON )
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c1564 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
1598 case FT_CURVE_TAG_ON: /* emit a single line_to */
1632 if ( tag == FT_CURVE_TAG_ON )
/external/freetype/src/smooth/
H A Dftgrays.c1586 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
1620 case FT_CURVE_TAG_ON: /* emit a single line_to */
1654 if ( tag == FT_CURVE_TAG_ON )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c1579 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
1613 case FT_CURVE_TAG_ON: /* emit a single line_to */
1647 if ( tag == FT_CURVE_TAG_ON )
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1861 if ( FT_CURVE_TAG( ras.outline.tags[last] ) == FT_CURVE_TAG_ON )
1893 case FT_CURVE_TAG_ON: /* emit a single line_to */
1932 if ( tag == FT_CURVE_TAG_ON )
/external/freetype/src/raster/
H A Dftraster.c1863 if ( FT_CURVE_TAG( ras.outline.tags[last] ) == FT_CURVE_TAG_ON )
1895 case FT_CURVE_TAG_ON: /* emit a single line_to */
1934 if ( tag == FT_CURVE_TAG_ON )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c1863 if ( FT_CURVE_TAG( ras.outline.tags[last] ) == FT_CURVE_TAG_ON )
1895 case FT_CURVE_TAG_ON: /* emit a single line_to */
1934 if ( tag == FT_CURVE_TAG_ON )

Completed in 426 milliseconds

12