OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_Int32
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/freetype2/include/
ftconfig.h
190
typedef signed int
FT_Int32
;
195
typedef signed long
FT_Int32
;
295
static __inline__
FT_Int32
296
FT_MulFix_arm(
FT_Int32
a,
297
FT_Int32
b )
299
register
FT_Int32
t, t2;
320
static __inline__
FT_Int32
321
FT_MulFix_i386(
FT_Int32
a,
322
FT_Int32
b )
324
register
FT_Int32
result
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h
184
/*
FT_Int32
*/
190
typedef signed XXX
FT_Int32
;
233
typedef signed int
FT_Int32
;
238
typedef signed long
FT_Int32
;
345
static __inline
FT_Int32
346
FT_MulFix_arm(
FT_Int32
a,
347
FT_Int32
b )
349
register
FT_Int32
t, t2;
376
static __inline__
FT_Int32
377
FT_MulFix_arm(
FT_Int32
a
[
all
...]
/external/freetype/include/freetype/config/
ftconfig.h
184
/*
FT_Int32
*/
190
typedef signed XXX
FT_Int32
;
233
typedef signed int
FT_Int32
;
238
typedef signed long
FT_Int32
;
345
static __inline
FT_Int32
346
FT_MulFix_arm(
FT_Int32
a,
347
FT_Int32
b )
349
register
FT_Int32
t, t2;
376
static __inline__
FT_Int32
377
FT_MulFix_arm(
FT_Int32
a
[
all
...]
Completed in 594 milliseconds