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

  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 31 #define Fix2Int( f ) ( (FT_Int)(FT_Short)( (f) >> 16 ) )
672 FT_TRACE4(( " %ld", Fix2Int( value ) ));
694 subr_no = Fix2Int( top[1] );
695 arg_cnt = Fix2Int( top[0] );
880 idx = Fix2Int( top[0] );
948 idx = Fix2Int( top[1] );
969 idx = Fix2Int( top[0] );
    [all...]
  /external/freetype/src/psaux/
t1decode.c 31 #define Fix2Int( f ) ( (FT_Int)(FT_Short)( (f) >> 16 ) )
672 FT_TRACE4(( " %ld", Fix2Int( value ) ));
694 subr_no = Fix2Int( top[1] );
695 arg_cnt = Fix2Int( top[0] );
880 idx = Fix2Int( top[0] );
948 idx = Fix2Int( top[1] );
969 idx = Fix2Int( top[0] );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1decode.c 31 #define Fix2Int( f ) ( (FT_Int)(FT_Short)( (f) >> 16 ) )
672 FT_TRACE4(( " %ld", Fix2Int( value ) ));
694 subr_no = Fix2Int( top[1] );
695 arg_cnt = Fix2Int( top[0] );
880 idx = Fix2Int( top[0] );
948 idx = Fix2Int( top[1] );
969 idx = Fix2Int( top[0] );
    [all...]

Completed in 520 milliseconds