OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_Done_GlyphSlot
(Results
1 - 2
of
2
) sorted by null
/external/freetype/include/freetype/internal/
ftobjs.h
570
/*
FT_Done_GlyphSlot
*/
581
FT_Done_GlyphSlot
( FT_GlyphSlot slot );
[
all
...]
/external/freetype/src/base/
ftobjs.c
425
FT_Done_GlyphSlot
( FT_GlyphSlot slot )
884
/* Beware!
FT_Done_GlyphSlot
() changes the field `face->glyph' */
886
FT_Done_GlyphSlot
( face->glyph );
[
all
...]
Completed in 1362 milliseconds