HomeSort by: relevance | last modified time | path
    Searched refs:FT_RENDER_MODE_LIGHT (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/base/
ftadvanc.c 68 FT_LOAD_TARGET_MODE( flags ) == FT_RENDER_MODE_LIGHT )
ftobjs.c 444 case FT_RENDER_MODE_LIGHT:
894 if ( ( mode == FT_RENDER_MODE_LIGHT &&
  /xsrc/external/mit/freetype/dist/src/autofit/
afloader.c 380 if ( scaler.render_mode == FT_RENDER_MODE_LIGHT &&
436 if ( scaler.render_mode != FT_RENDER_MODE_LIGHT )
555 if ( scaler.render_mode != FT_RENDER_MODE_LIGHT &&
aflatin2.c 1564 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD )
1574 if ( mode == FT_RENDER_MODE_LIGHT || mode == FT_RENDER_MODE_LCD ||
aflatin.c 2639 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD )
2652 if ( mode == FT_RENDER_MODE_LIGHT || mode == FT_RENDER_MODE_LCD ||
afcjk.c 1429 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD )
  /xsrc/external/mit/freetype/dist/include/freetype/
freetype.h 3138 #define FT_LOAD_TARGET_LIGHT FT_LOAD_TARGET_( FT_RENDER_MODE_LIGHT )
3220 * FT_RENDER_MODE_LIGHT ::
3250 FT_RENDER_MODE_LIGHT,
  /xsrc/external/mit/freetype/dist/src/smooth/
ftsmooth.c 450 mode != FT_RENDER_MODE_LIGHT &&
498 mode == FT_RENDER_MODE_LIGHT )
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.c 660 * A variant to perform "light" hinting (i.e. FT_RENDER_MODE_LIGHT)
2151 glyph->do_stem_adjust = FT_BOOL( hint_mode != FT_RENDER_MODE_LIGHT );

Completed in 23 milliseconds