Searched defs:FT_Long (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h62 /* FT_Long */
233 /* FT_Long */
238 typedef signed long FT_Long; typedef
/external/chromium_org/third_party/freetype/src/raster/
H A Dftmisc.h45 typedef signed long FT_Long; typedef
98 static FT_Long
99 FT_MulDiv( FT_Long a,
100 FT_Long b,
101 FT_Long c )
104 FT_Long d;
112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
119 static FT_Long
120 FT_MulDiv_No_Round( FT_Long a,
121 FT_Long
[all...]
/external/freetype/include/
H A Dfttypes.h62 /* FT_Long */
233 /* FT_Long */
238 typedef signed long FT_Long; typedef
/external/freetype/src/raster/
H A Dftmisc.h45 typedef signed long FT_Long; typedef
98 static FT_Long
99 FT_MulDiv( FT_Long a,
100 FT_Long b,
101 FT_Long c )
104 FT_Long d;
112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
119 static FT_Long
120 FT_MulDiv_No_Round( FT_Long a,
121 FT_Long
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfttypes.h62 /* FT_Long */
233 /* FT_Long */
238 typedef signed long FT_Long; typedef
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfttypes.h62 /* FT_Long */
233 /* FT_Long */
238 typedef signed long FT_Long; typedef
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftmisc.h45 typedef signed long FT_Long; typedef
98 static FT_Long
99 FT_MulDiv( FT_Long a,
100 FT_Long b,
101 FT_Long c )
104 FT_Long d;
112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
119 static FT_Long
120 FT_MulDiv_No_Round( FT_Long a,
121 FT_Long
[all...]

Completed in 1809 milliseconds