Searched refs:FT_RASTER_FLAG_DIRECT (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h1028 /* FT_RASTER_FLAG_DIRECT :: This flag is set to indicate direct */
1053 #define FT_RASTER_FLAG_DIRECT 0x2 macro
1059 #define ft_raster_flag_direct FT_RASTER_FLAG_DIRECT
1101 /* If the @FT_RASTER_FLAG_DIRECT bit flag is set in `flags', the */
/external/freetype/include/
H A Dftimage.h1028 /* FT_RASTER_FLAG_DIRECT :: This flag is set to indicate direct */
1053 #define FT_RASTER_FLAG_DIRECT 0x2 macro
1059 #define ft_raster_flag_direct FT_RASTER_FLAG_DIRECT
1101 /* If the @FT_RASTER_FLAG_DIRECT bit flag is set in `flags', the */
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h1028 /* FT_RASTER_FLAG_DIRECT :: This flag is set to indicate direct */
1053 #define FT_RASTER_FLAG_DIRECT 0x2 macro
1059 #define ft_raster_flag_direct FT_RASTER_FLAG_DIRECT
1101 /* If the @FT_RASTER_FLAG_DIRECT bit flag is set in `flags', the */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h1028 /* FT_RASTER_FLAG_DIRECT :: This flag is set to indicate direct */
1053 #define FT_RASTER_FLAG_DIRECT 0x2 macro
1059 #define ft_raster_flag_direct FT_RASTER_FLAG_DIRECT
1101 /* If the @FT_RASTER_FLAG_DIRECT bit flag is set in `flags', the */
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c1947 if ( !( params->flags & FT_RASTER_FLAG_DIRECT ) )
1965 if ( !( params->flags & FT_RASTER_FLAG_DIRECT ) )
1991 if ( params->flags & FT_RASTER_FLAG_DIRECT )
/external/freetype/src/smooth/
H A Dftgrays.c1970 if ( !( params->flags & FT_RASTER_FLAG_DIRECT ) )
1988 if ( !( params->flags & FT_RASTER_FLAG_DIRECT ) )
2014 if ( params->flags & FT_RASTER_FLAG_DIRECT )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c1964 if ( !( params->flags & FT_RASTER_FLAG_DIRECT ) )
1982 if ( !( params->flags & FT_RASTER_FLAG_DIRECT ) )
2008 if ( params->flags & FT_RASTER_FLAG_DIRECT )
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c3596 if ( params->flags & FT_RASTER_FLAG_DIRECT )
/external/freetype/src/raster/
H A Dftraster.c3601 if ( params->flags & FT_RASTER_FLAG_DIRECT )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c3598 if ( params->flags & FT_RASTER_FLAG_DIRECT )

Completed in 3842 milliseconds