HomeSort by relevance Sort by last modified time
    Searched refs:FT_RENDER_MODE_LCD_V (Results 1 - 8 of 8) sorted by null

  /external/freetype/src/base/
ftlcdfil.c 99 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 4 )
224 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 3 )
  /external/freetype/src/smooth/
ftsmooth.c 112 FT_Int vmul = mode == FT_RENDER_MODE_LCD_V;
393 FT_RENDER_MODE_LCD_V );
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/src/autofit/
afcjk.c 627 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V )
645 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V )
    [all...]
aflatin.c     [all...]
aflatin2.c     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 714 FT_Render_Mode mode = isVertical ? FT_RENDER_MODE_LCD_V : FT_RENDER_MODE_LCD;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c     [all...]

Completed in 29 milliseconds