HomeSort by relevance Sort by last modified time
    Searched defs:l_in (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/base/
ftoutln.c 941 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; local
945 l_in = 0;
972 if ( l_in != 0 )
978 l_anchor = l_in;
1002 l = FT_MIN( l_in, l_out );
1031 l_in = l_out;
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 938 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; local
942 l_in = 0;
966 if ( l_in != 0 )
972 l_anchor = l_in;
996 l = FT_MIN( l_in, l_out );
1025 l_in = l_out;

Completed in 92 milliseconds