/external/freetype/include/freetype/ |
D | ftbitmap.h | 72 FT_Bitmap_Init( FT_Bitmap *abitmap ); 77 FT_Bitmap_New( FT_Bitmap *abitmap ); 104 const FT_Bitmap *source, 105 FT_Bitmap *target ); 149 FT_Bitmap* bitmap, 193 const FT_Bitmap *source, 194 FT_Bitmap *target, 249 const FT_Bitmap* source, 251 FT_Bitmap* target, 303 FT_Bitmap *bitmap );
|
D | ftimage.h | 286 } FT_Bitmap; typedef 1056 const FT_Bitmap* target;
|
D | ftglyph.h | 173 FT_Bitmap bitmap;
|
D | ftoutln.h | 477 const FT_Bitmap *abitmap );
|
D | freetype.h | 1985 FT_Bitmap bitmap;
|
/external/freetype/src/base/ |
D | ftbitmap.c | 38 const FT_Bitmap null_bitmap = { 0, 0, 0, NULL, 0, 0, 0, NULL }; 44 FT_Bitmap_Init( FT_Bitmap *abitmap ) in FT_Bitmap_Init() 54 FT_Bitmap_New( FT_Bitmap *abitmap ) in FT_Bitmap_New() 65 const FT_Bitmap *source, in FT_Bitmap_Copy() 66 FT_Bitmap *target) in FT_Bitmap_Copy() 161 FT_Bitmap* bitmap, in ft_bitmap_assure_buffer() 309 FT_Bitmap* bitmap, in FT_Bitmap_Embolden() 343 FT_Bitmap tmp; in FT_Bitmap_Embolden() 517 const FT_Bitmap *source, in FT_Bitmap_Convert() 518 FT_Bitmap *target, in FT_Bitmap_Convert() [all …]
|
D | ftlcdfil.c | 79 ft_lcd_filter_fir( FT_Bitmap* bitmap, in ft_lcd_filter_fir() 185 _ft_lcd_filter_legacy( FT_Bitmap* bitmap, in _ft_lcd_filter_legacy()
|
D | ftoutln.c | 670 const FT_Bitmap *abitmap ) in FT_Outline_Get_Bitmap()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 170 #define FXFT_Get_Bitmap_Width(bitmap) static_cast<FT_Bitmap*>(bitmap)->width 171 #define FXFT_Get_Bitmap_Rows(bitmap) static_cast<FT_Bitmap*>(bitmap)->rows 173 static_cast<FT_Bitmap*>(bitmap)->pixel_mode 174 #define FXFT_Get_Bitmap_Pitch(bitmap) static_cast<FT_Bitmap*>(bitmap)->pitch 175 #define FXFT_Get_Bitmap_Buffer(bitmap) static_cast<FT_Bitmap*>(bitmap)->buffer
|
/external/freetype/src/sfnt/ |
D | ttsbit.h | 54 FT_Bitmap *map,
|
D | ttsbit.c | 473 FT_Bitmap* bitmap; 566 FT_Bitmap* map = decoder->bitmap; in tt_sbit_decoder_alloc_bitmap() 718 FT_Bitmap* bitmap; in tt_sbit_decoder_load_byte_aligned() 860 FT_Bitmap* bitmap; in tt_sbit_decoder_load_bit_aligned() 1471 FT_Bitmap *map, in tt_face_load_sbix_image() 1599 FT_Bitmap *map, in tt_face_load_sbit_image() 1650 FT_Bitmap new_map; in tt_face_load_sbit_image()
|
D | pngshim.c | 258 FT_Bitmap *map = &slot->bitmap; in Load_SBit_Png()
|
/external/freetype/src/cache/ |
D | ftcsbits.c | 44 FT_Bitmap* bitmap, in ftc_sbit_copy_bitmap() 136 FT_Bitmap* bitmap = &slot->bitmap; in ftc_snode_load()
|
/external/freetype/src/raster/ |
D | ftrend1.c | 101 FT_Bitmap* bitmap = &slot->bitmap; in ft_raster1_render()
|
D | ftraster.c | 513 FT_Bitmap target; /* description of target bit/pixmap */ 3253 const FT_Bitmap* target_map = params->target; in ft_black_render()
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 281 typedef void (*FT_Bitmap_LcdFilterFunc)( FT_Bitmap* bitmap, 288 ft_lcd_filter_fir( FT_Bitmap* bitmap,
|
D | sfnt.h | 320 FT_Bitmap *amap,
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 100 void copyFT2LCD16(const FT_Bitmap& bitmap, const SkMask& mask, int lcdIsBGR, in copyFT2LCD16() 202 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() 533 FT_Bitmap target; in generateGlyphImage()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 100 void copyFT2LCD16(const FT_Bitmap& bitmap, const SkMask& mask, int lcdIsBGR, in copyFT2LCD16() 202 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() 533 FT_Bitmap target; in generateGlyphImage()
|
/external/freetype/src/pfr/ |
D | pfrsbit.c | 51 FT_Bitmap* target, in pfr_bitwriter_init() 537 FT_Bitmap* target ) in pfr_load_bitmap_bits()
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 117 FT_Bitmap* bitmap = &slot->bitmap; in ft_smooth_render_generic()
|
D | ftgrays.c | 1757 const FT_Bitmap* target_map = params->target; in gray_raster_render()
|
/external/freetype/src/pcf/ |
D | pcfdrivr.c | 499 FT_Bitmap* bitmap = &slot->bitmap; in PCF_Glyph_Load()
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 783 FT_Bitmap* bitmap = &slot->bitmap; in BDF_Glyph_Load()
|
/external/freetype/src/winfonts/ |
D | winfnt.c | 995 FT_Bitmap* bitmap = &slot->bitmap; in FNT_Load_Glyph()
|