HomeSort by relevance Sort by last modified time
    Searched defs:FT_Long (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/freetype/src/raster/
ftmisc.h 45 typedef signed long FT_Long;
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 b
    [all...]
  /external/freetype/src/raster/
ftmisc.h 45 typedef signed long FT_Long;
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 b
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftmisc.h 45 typedef signed long FT_Long;
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 b
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
fttypes.h 62 /* FT_Long */
233 /* FT_Long */
238 typedef signed long FT_Long;
    [all...]
  /external/freetype/include/
fttypes.h 62 /* FT_Long */
233 /* FT_Long */
238 typedef signed long FT_Long;
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
fttypes.h 62 /* FT_Long */
233 /* FT_Long */
238 typedef signed long FT_Long;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
fttypes.h 62 /* FT_Long */
233 /* FT_Long */
238 typedef signed long FT_Long;
    [all...]

Completed in 151 milliseconds