Searched refs:FT_Bitmap (Results 1 – 18 of 18) sorted by relevance
/external/freetype/include/freetype/ |
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 );
|
D | ftimage.h | 309 } FT_Bitmap; typedef 1094 const FT_Bitmap* target;
|
D | ftglyph.h | 165 FT_Bitmap bitmap;
|
D | ftoutln.h | 407 const FT_Bitmap *abitmap );
|
D | freetype.h | 1619 FT_Bitmap bitmap;
|
/external/freetype/src/base/ |
D | ftbitmap.c | 26 const FT_Bitmap null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 }; 32 FT_Bitmap_New( FT_Bitmap *abitmap ) in FT_Bitmap_New() 42 const FT_Bitmap *source, in FT_Bitmap_Copy() 43 FT_Bitmap *target) in FT_Bitmap_Copy() 99 FT_Bitmap* bitmap, in ft_bitmap_assure_buffer() 215 FT_Bitmap* bitmap, in FT_Bitmap_Embolden() 248 FT_Bitmap tmp; in FT_Bitmap_Embolden() 376 const FT_Bitmap *source, in FT_Bitmap_Convert() 377 FT_Bitmap *target, in FT_Bitmap_Convert() 622 FT_Bitmap bitmap; in FT_GlyphSlot_Own_Bitmap() [all …]
|
D | ftlcdfil.c | 32 _ft_lcd_filter_fir( FT_Bitmap* bitmap, in _ft_lcd_filter_fir() 166 _ft_lcd_filter_legacy( FT_Bitmap* bitmap, in _ft_lcd_filter_legacy()
|
D | ftoutln.c | 647 const FT_Bitmap *abitmap ) in FT_Outline_Get_Bitmap()
|
/external/freetype/src/sfnt/ |
D | ttsbit0.c | 164 FT_Bitmap* bitmap; 254 FT_Bitmap* map = decoder->bitmap; in tt_sbit_decoder_alloc_bitmap() 379 FT_Bitmap* bitmap; in tt_sbit_decoder_load_byte_aligned() 517 FT_Bitmap* bitmap; in tt_sbit_decoder_load_bit_aligned() 990 FT_Bitmap *map, in tt_face_load_sbit_image()
|
D | ttsbit.c | 82 blit_sbit( FT_Bitmap* target, in blit_sbit() 968 crop_bitmap( FT_Bitmap* map, in crop_bitmap() 1159 Load_SBit_Single( FT_Bitmap* map, in Load_SBit_Single() 1258 FT_Bitmap* map = &slot->bitmap; in Load_SBit_Image() 1450 FT_Bitmap *map, in tt_face_load_sbit_image()
|
D | ttsbit.h | 70 FT_Bitmap *map,
|
/external/freetype/src/raster/ |
D | ftrend1.c | 108 FT_Bitmap* bitmap; in ft_raster1_render()
|
D | ftraster.c | 491 FT_Bitmap target; /* description of target bit/pixmap */ 3499 const FT_Bitmap* target_map = params->target; in ft_black_render()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 652 extern void CopyFreetypeBitmapToLCDMask(const SkGlyph& dest, const FT_Bitmap& source); 653 extern void CopyFreetypeBitmapToVerticalLCDMask(const SkGlyph& dest, const FT_Bitmap& source); 684 FT_Bitmap target; in generateImage()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 345 FT_Bitmap target; 1187 FT_Bitmap* map = &worker->target; in gray_render_span() 1362 gray_sweep( RAS_ARG_ const FT_Bitmap* target ) in gray_sweep() 1895 const FT_Bitmap* target_map = params->target; in gray_raster_render()
|
D | ftsmooth.c | 109 FT_Bitmap* bitmap; in ft_smooth_render_generic()
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 362 FT_Bitmap *amap,
|
D | ftobjs.h | 760 typedef void (*FT_Bitmap_LcdFilterFunc)( FT_Bitmap* bitmap,
|