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

  /xsrc/external/mit/fonttosfnt/dist/
read.c 347 FT_LOAD_RENDER | FT_LOAD_MONOCHROME);
  /xsrc/external/mit/freetype/dist/src/cache/
ftcbasic.c 145 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER );
  /xsrc/external/mit/freetype/dist/include/freetype/
freetype.h 193 * FT_LOAD_RENDER
1799 * if @FT_LOAD_RENDER is not set.
2873 * unsets @FT_LOAD_RENDER.
2888 * FT_LOAD_RENDER ::
2941 * This flag is used with @FT_LOAD_RENDER to indicate that you want to
2991 * This flag unsets @FT_LOAD_RENDER.
3024 #define FT_LOAD_RENDER ( 1L << 2 )
3110 * If @FT_LOAD_RENDER is also set, the glyph is rendered in the
  /xsrc/external/mit/freetype/dist/src/autofit/
afloader.c 349 load_flags &= ~FT_LOAD_RENDER;
  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 833 load_flags &= ~FT_LOAD_RENDER;
837 load_flags &= ~FT_LOAD_RENDER;
1050 if ( load_flags & FT_LOAD_RENDER )
4600 load_flags |= FT_LOAD_RENDER;
  /xsrc/external/mit/xterm/dist/
fontutils.c 3060 } else if (FT_Load_Char(face, code, FT_LOAD_RENDER) == 0) {
3110 if (FT_Load_Char(face, code, FT_LOAD_RENDER) == 0) {

Completed in 29 milliseconds