OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fix2Int
(Results
1 - 2
of
2
) 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
...]
Completed in 46 milliseconds