OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_F2Dot14
(Results
1 - 2
of
2
) sorted by null
/external/freetype/include/freetype/
fttypes.h
78
/*
FT_F2Dot14
*/
255
/*
FT_F2Dot14
*/
260
typedef signed short
FT_F2Dot14
;
343
/*
FT_F2Dot14
types. */
352
FT_F2Dot14
x;
353
FT_F2Dot14
y;
[
all
...]
/external/freetype/src/truetype/
ttinterp.c
245
CUR.GS.V.x = (
FT_F2Dot14
)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
246
CUR.GS.V.y = (
FT_F2Dot14
)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
[
all
...]
Completed in 881 milliseconds