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
39
FT_UNUSED
( hints );
40
FT_UNUSED
( outline );
afmodule.c
62
FT_UNUSED
( size );
afhints.c
404
FT_UNUSED
( hints );
411
FT_UNUSED
( hints );
420
FT_UNUSED
( hints );
421
FT_UNUSED
( dimension );
422
FT_UNUSED
( num_segments );
434
FT_UNUSED
( hints );
435
FT_UNUSED
( dimension );
436
FT_UNUSED
( idx );
437
FT_UNUSED
( offset );
446
FT_UNUSED
( hints )
[
all
...]
/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/sfnt/
sfdriver.c
259
FT_UNUSED
( error );
301
FT_UNUSED
( error );
425
FT_UNUSED
( module );
439
FT_UNUSED
( face );
440
FT_UNUSED
( stream );
441
FT_UNUSED
( face_index );
442
FT_UNUSED
( header );
453
FT_UNUSED
( face );
454
FT_UNUSED
( stream );
455
FT_UNUSED
( header )
[
all
...]
ttkern.c
206
FT_UNUSED
( version );
ttpost.c
318
FT_UNUSED
( post_limit );
ttsbit0.c
245
FT_UNUSED
( decoder );
996
FT_UNUSED
( load_flags );
997
FT_UNUSED
( stream );
998
FT_UNUSED
( map );
/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 );
500
FT_UNUSED
( stream );
534
FT_UNUSED
( stream );
570
FT_UNUSED
( stream );
601
FT_UNUSED
( stream );
628
FT_UNUSED
( stream );
655
FT_UNUSED
( stream );
686
FT_UNUSED
( stream );
724
FT_UNUSED
( library );
725
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 );
ftlcdfil.c
181
FT_UNUSED
( library );
356
FT_UNUSED
( library );
357
FT_UNUSED
( weights );
367
FT_UNUSED
( library );
368
FT_UNUSED
( filter );
ftdebug.c
237
FT_UNUSED
( idx );
/external/freetype/src/truetype/
ttpload.c
334
FT_UNUSED
( face );
335
FT_UNUSED
( stream );
396
FT_UNUSED
( face );
397
FT_UNUSED
( stream );
457
FT_UNUSED
( face );
458
FT_UNUSED
( stream );
/external/freetype/include/freetype/internal/
autohint.h
217
FT_UNUSED
(library); \
pshints.h
699
FT_UNUSED
(library); \
/external/freetype/src/raster/
ftraster.c
187
#define
FT_UNUSED
( x ) (x) = (x)
405
#define FT_UNUSED_RASTER
FT_UNUSED
( worker )
[
all
...]
/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/psaux/
psobjs.c
259
FT_UNUSED
( error );
[
all
...]
Completed in 149 milliseconds
1
2