Searched refs:FT_Bitmap (Results 1 – 24 of 24) sorted by relevance
/AliOS-Things-master/components/freetype/include/ |
A D | ftbitmap.h | 65 FT_Bitmap_New( FT_Bitmap *abitmap ); 89 const FT_Bitmap *source, 90 FT_Bitmap *target); 127 FT_Bitmap* bitmap, 167 const FT_Bitmap *source, 168 FT_Bitmap *target, 216 FT_Bitmap *bitmap );
|
A D | ftimage.h | 330 } FT_Bitmap; typedef 1115 const FT_Bitmap* target;
|
A D | ftglyph.h | 165 FT_Bitmap bitmap;
|
A D | ftoutln.h | 440 const FT_Bitmap *abitmap );
|
A D | freetype.h | 1685 FT_Bitmap bitmap;
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftbitmap.c | 28 const FT_Bitmap null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 }; 34 FT_Bitmap_New( FT_Bitmap *abitmap ) in FT_Bitmap_New() 44 const FT_Bitmap *source, in FT_Bitmap_Copy() 45 FT_Bitmap *target) in FT_Bitmap_Copy() 101 FT_Bitmap* bitmap, in ft_bitmap_assure_buffer() 217 FT_Bitmap* bitmap, in FT_Bitmap_Embolden() 250 FT_Bitmap tmp; in FT_Bitmap_Embolden() 439 const FT_Bitmap *source, in FT_Bitmap_Convert() 440 FT_Bitmap *target, in FT_Bitmap_Convert() 721 FT_Bitmap bitmap; in FT_GlyphSlot_Own_Bitmap() [all …]
|
A D | ftlcdfil.c | 34 _ft_lcd_filter_fir( FT_Bitmap* bitmap, in _ft_lcd_filter_fir() 168 _ft_lcd_filter_legacy( FT_Bitmap* bitmap, in _ft_lcd_filter_legacy()
|
A D | ftoutln.c | 657 const FT_Bitmap *abitmap ) in FT_Outline_Get_Bitmap()
|
A D | ftobjs.c | 4105 FT_Bitmap bitmap; in FT_Render_Glyph_Internal()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttsbit.h | 54 FT_Bitmap *map,
|
A D | ttsbit.c | 314 FT_Bitmap* bitmap; 406 FT_Bitmap* map = decoder->bitmap; in tt_sbit_decoder_alloc_bitmap() 542 FT_Bitmap* bitmap; in tt_sbit_decoder_load_byte_aligned() 680 FT_Bitmap* bitmap; in tt_sbit_decoder_load_bit_aligned() 1247 FT_Bitmap *map, in tt_face_load_sbix_image() 1370 FT_Bitmap *map, in tt_face_load_sbit_image() 1415 FT_Bitmap new_map; in tt_face_load_sbit_image()
|
A D | pngshim.c | 188 FT_Bitmap *map = &slot->bitmap; in Load_SBit_Png()
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcsbits.c | 44 FT_Bitmap* bitmap, in ftc_sbit_copy_bitmap() 134 FT_Bitmap* bitmap = &slot->bitmap; in ftc_snode_load()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrsbit.c | 51 FT_Bitmap* target, in pfr_bitwriter_init() 485 FT_Bitmap* target ) in pfr_load_bitmap_bits()
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftrend1.c | 109 FT_Bitmap* bitmap; in ft_raster1_render()
|
A D | ftraster.c | 509 FT_Bitmap target; /* description of target bit/pixmap */ 3574 const FT_Bitmap* target_map = params->target; in ft_black_render()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | sfnt.h | 291 FT_Bitmap *amap,
|
A D | ftobjs.h | 780 typedef void (*FT_Bitmap_LcdFilterFunc)( FT_Bitmap* bitmap,
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 55 FT_Bitmap bitmap; 56 FT_Bitmap pixmap; 673 FT_Bitmap* src; in Load_Glyph() 674 FT_Bitmap* dst; in Load_Glyph() 1401 FT_Bitmap *current; in TTF_RenderUTF8_Solid() 1578 FT_Bitmap* current; in TTF_RenderUTF8_Shaded()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 427 FT_Bitmap target; 1233 FT_Bitmap* map = &worker->target; in gray_render_span() 1409 gray_sweep( RAS_ARG_ const FT_Bitmap* target ) in gray_sweep() 1943 const FT_Bitmap* target_map = params->target; in gray_raster_render()
|
A D | ftsmooth.c | 112 FT_Bitmap* bitmap = &slot->bitmap; in ft_smooth_render_generic()
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfdrivr.c | 488 FT_Bitmap* bitmap = &slot->bitmap; in PCF_Glyph_Load()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 675 FT_Bitmap* bitmap = &slot->bitmap; in BDF_Glyph_Load()
|
/AliOS-Things-master/components/freetype/src/winfonts/ |
A D | winfnt.c | 965 FT_Bitmap* bitmap = &slot->bitmap; in FNT_Load_Glyph()
|
Completed in 59 milliseconds