OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_Long
(Results
1 - 7
of
7
) sorted by null
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/include/
fttypes.h
64
/*
FT_Long
*/
237
/*
FT_Long
*/
242
typedef signed long
FT_Long
;
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
fttypes.h
64
/*
FT_Long
*/
237
/*
FT_Long
*/
242
typedef signed long
FT_Long
;
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/
fttypes.h
64
/*
FT_Long
*/
237
/*
FT_Long
*/
242
typedef signed long
FT_Long
;
[
all
...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fttypes.h
64
/*
FT_Long
*/
237
/*
FT_Long
*/
242
typedef signed long
FT_Long
;
[
all
...]
Completed in 604 milliseconds