OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalizer
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/base/
ftmm.c
191
if ( !error && face->autohint.
finalizer
)
193
face->autohint.
finalizer
( face->autohint.data );
226
if ( !error && face->autohint.
finalizer
)
228
face->autohint.
finalizer
( face->autohint.data );
300
if ( !error && face->autohint.
finalizer
)
302
face->autohint.
finalizer
( face->autohint.data );
376
if ( !error && face->autohint.
finalizer
)
378
face->autohint.
finalizer
( face->autohint.data );
427
if ( !error && face->autohint.
finalizer
)
429
face->autohint.
finalizer
( face->autohint.data )
[
all
...]
ftobjs.c
672
if ( slot->generic.
finalizer
)
673
slot->generic.
finalizer
( slot );
1124
if ( size->generic.
finalizer
)
1125
size->generic.
finalizer
( size );
1175
if ( face->autohint.
finalizer
)
1176
face->autohint.
finalizer
( face->autohint.data );
1191
if ( face->generic.
finalizer
)
1192
face->generic.
finalizer
( face );
1544
/*
Finalizer
for a memory stream; gets called by FT_Done_Face(). */
/xsrc/external/mit/freetype/dist/include/freetype/
fttypes.h
452
* the address of a '
finalizer
' function, which will be called by
455
* the `
finalizer
` field).
462
*
finalizer
::
463
* A pointer to a 'generic
finalizer
' function, which will be called
470
FT_Generic_Finalizer
finalizer
;
member in struct:FT_Generic_
/xsrc/external/mit/freetype/dist/src/autofit/
afmodule.c
94
face->autohint.
finalizer
=
afloader.c
60
face->autohint.
finalizer
=
/xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.c
784
if ( face->extra.
finalizer
)
785
face->extra.
finalizer
( face->extra.data );
1263
* The TrueType size object
finalizer
.
/xsrc/external/mit/freetype/dist/src/psaux/
psft.c
337
decoder->cf2_instance->
finalizer
=
t1decode.c
2146
if ( decoder->cf2_instance.
finalizer
)
2148
decoder->cf2_instance.
finalizer
( decoder->cf2_instance.data );
/xsrc/external/mit/freetype/dist/src/cff/
cffload.c
2567
if ( font->cf2_instance.
finalizer
)
2569
font->cf2_instance.
finalizer
( font->cf2_instance.data );
Completed in 49 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026