OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_UNUSED
(Results
1 - 25
of
48
) sorted by null
1
2
/external/freetype/src/autofit/
afdummy.c
38
FT_UNUSED
( hints );
39
FT_UNUSED
( outline );
afmodule.c
63
FT_UNUSED
( size );
afcjk.c
737
FT_UNUSED
( base_flags );
738
FT_UNUSED
( stem_flags );
868
FT_UNUSED
( hints );
[
all
...]
afhints.c
312
FT_UNUSED
( hints );
319
FT_UNUSED
( hints );
326
FT_UNUSED
( hints );
648
FT_UNUSED
( first );
/external/freetype/src/sfnt/
sfdriver.c
254
FT_UNUSED
( error );
296
FT_UNUSED
( error );
420
FT_UNUSED
( module );
434
FT_UNUSED
( face );
435
FT_UNUSED
( stream );
436
FT_UNUSED
( face_index );
437
FT_UNUSED
( header );
448
FT_UNUSED
( face );
449
FT_UNUSED
( stream );
450
FT_UNUSED
( header )
[
all
...]
ttkern.c
206
FT_UNUSED
( version );
ttsbit0.c
245
FT_UNUSED
( decoder );
996
FT_UNUSED
( load_flags );
997
FT_UNUSED
( stream );
998
FT_UNUSED
( map );
/external/freetype/include/freetype/internal/services/
svpostnm.h
64
FT_UNUSED
(library); \
svgldict.h
69
FT_UNUSED
(library); \
svttcmap.h
92
FT_UNUSED
(library); \
svcid.h
66
FT_UNUSED
(library); \
svpsinfo.h
74
FT_UNUSED
(library); \
svpscmap.h
142
FT_UNUSED
(library); \
/external/freetype/src/base/
ftsystem.c
72
FT_UNUSED
( memory );
104
FT_UNUSED
( memory );
105
FT_UNUSED
( cur_size );
128
FT_UNUSED
( memory );
ftrfork.c
62
FT_UNUSED
( library );
450
FT_UNUSED
( stream );
484
FT_UNUSED
( stream );
520
FT_UNUSED
( stream );
551
FT_UNUSED
( stream );
578
FT_UNUSED
( stream );
605
FT_UNUSED
( stream );
636
FT_UNUSED
( stream );
674
FT_UNUSED
( library );
675
FT_UNUSED
( base_file_name )
[
all
...]
ftpatent.c
106
FT_UNUSED
( error );
279
FT_UNUSED
( face );
280
FT_UNUSED
( value );
ftapi.c
49
FT_UNUSED
( library );
ftdebug.c
237
FT_UNUSED
( idx );
ftlcdfil.c
181
FT_UNUSED
( library );
342
FT_UNUSED
( library );
343
FT_UNUSED
( filter );
/external/freetype/src/truetype/
ttpload.c
307
FT_UNUSED
( face );
308
FT_UNUSED
( stream );
369
FT_UNUSED
( face );
370
FT_UNUSED
( stream );
430
FT_UNUSED
( face );
431
FT_UNUSED
( stream );
/external/freetype/include/freetype/internal/
autohint.h
217
FT_UNUSED
(library); \
pshints.h
699
FT_UNUSED
(library); \
/external/freetype/include/freetype/config/
ftconfig.h
102
/*
FT_UNUSED
is a macro used to indicate that a given parameter is not */
104
#ifndef
FT_UNUSED
105
#define
FT_UNUSED
( arg ) ( (arg) = (arg) )
/external/freetype/src/raster/
ftraster.c
187
#define
FT_UNUSED
( x ) (x) = (x)
406
#define FT_UNUSED_RASTER
FT_UNUSED
( worker )
[
all
...]
/external/freetype/src/psaux/
psobjs.c
259
FT_UNUSED
( error );
[
all
...]
Completed in 1573 milliseconds
1
2