Searched refs:Fix2Int (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/psaux/
H A Dt1decode.c31 #define Fix2Int( f ) ( (FT_Int)(FT_Short)( (f) >> 16 ) ) macro
672 FT_TRACE4(( " %ld", Fix2Int( value ) ));
694 subr_no = Fix2Int( top[1] );
695 arg_cnt = Fix2Int( top[0] );
881 idx = Fix2Int( top[0] );
949 idx = Fix2Int( top[1] );
970 idx = Fix2Int( top[0] );
1165 Fix2Int( top[3] ),
1166 Fix2Int( top[4] ) );
1350 idx = Fix2Int( to
[all...]
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c31 #define Fix2Int( f ) ( (FT_Int)(FT_Short)( (f) >> 16 ) ) macro
672 FT_TRACE4(( " %ld", Fix2Int( value ) ));
694 subr_no = Fix2Int( top[1] );
695 arg_cnt = Fix2Int( top[0] );
881 idx = Fix2Int( top[0] );
949 idx = Fix2Int( top[1] );
970 idx = Fix2Int( top[0] );
1165 Fix2Int( top[3] ),
1166 Fix2Int( top[4] ) );
1350 idx = Fix2Int( to
[all...]

Completed in 516 milliseconds