Home
last modified time | relevance | path

Searched refs:FT_Bitmap_Done (Results 1 – 7 of 7) sorted by relevance

/external/freetype/include/freetype/
Dftbitmap.h302 FT_Bitmap_Done( FT_Library library,
/external/freetype/src/base/
Dftbitmap.c352 FT_Bitmap_Done( library, bitmap ); in FT_Bitmap_Embolden()
1133 FT_Bitmap_Done( library, target ); in FT_Bitmap_Blend()
1136 FT_Bitmap_Done( library, &source_bitmap ); in FT_Bitmap_Blend()
1170 FT_Bitmap_Done( FT_Library library, in FT_Bitmap_Done() function
Dftglyph.c116 FT_Bitmap_Done( library, &glyph->bitmap ); in ft_bitmap_glyph_done()
Dftobjs.c4677 FT_Bitmap_Done( library, &bitmap ); in FT_Render_Glyph_Internal()
/external/freetype/src/sfnt/
Dttsbit.c1659 FT_Bitmap_Done( library, &new_map ); in tt_face_load_sbit_image()
/external/freetype/docs/
DCHANGES2488 `FT_Bitmap_Copy', `FT_Bitmap_Embolden', `FT_Bitmap_Done') has
/external/freetype/
DChangeLog.21222 (ft_bitmap_glyph_done): Use FT_Bitmap_Done.