/external/freetype/include/ |
D | ftbitmap.h | 70 FT_Bitmap_Init( FT_Bitmap *abitmap ); 75 FT_Bitmap_New( FT_Bitmap *abitmap ); 99 const FT_Bitmap *source, 100 FT_Bitmap *target); 140 FT_Bitmap* bitmap, 180 const FT_Bitmap *source, 181 FT_Bitmap *target, 229 FT_Bitmap *bitmap );
|
D | ftimage.h | 272 } FT_Bitmap; typedef 1009 const FT_Bitmap* target;
|
D | ftglyph.h | 165 FT_Bitmap bitmap;
|
D | ftoutln.h | 443 const FT_Bitmap *abitmap );
|
/external/pdfium/third_party/freetype/include/ |
D | ftbitmap.h | 67 FT_Bitmap_New( FT_Bitmap *abitmap ); 91 const FT_Bitmap *source, 92 FT_Bitmap *target); 132 FT_Bitmap* bitmap, 172 const FT_Bitmap *source, 173 FT_Bitmap *target, 221 FT_Bitmap *bitmap );
|
D | ftimage.h | 277 } FT_Bitmap; typedef 1014 const FT_Bitmap* target;
|
D | ftglyph.h | 165 FT_Bitmap bitmap;
|
D | ftoutln.h | 443 const FT_Bitmap *abitmap );
|
/external/freetype/src/base/ |
D | ftbitmap.c | 28 const FT_Bitmap null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 }; 34 FT_Bitmap_Init( FT_Bitmap *abitmap ) in FT_Bitmap_Init() 44 FT_Bitmap_New( FT_Bitmap *abitmap ) in FT_Bitmap_New() 55 const FT_Bitmap *source, in FT_Bitmap_Copy() 56 FT_Bitmap *target) in FT_Bitmap_Copy() 151 FT_Bitmap* bitmap, in ft_bitmap_assure_buffer() 272 FT_Bitmap* bitmap, in FT_Bitmap_Embolden() 306 FT_Bitmap tmp; in FT_Bitmap_Embolden() 480 const FT_Bitmap *source, in FT_Bitmap_Convert() 481 FT_Bitmap *target, in FT_Bitmap_Convert() [all …]
|
D | ftlcdfil.c | 34 _ft_lcd_filter_fir( FT_Bitmap* bitmap, in _ft_lcd_filter_fir() 177 _ft_lcd_filter_legacy( FT_Bitmap* bitmap, in _ft_lcd_filter_legacy()
|
/external/pdfium/third_party/freetype/src/base/ |
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() 45 const FT_Bitmap *source, in FT_Bitmap_Copy() 46 FT_Bitmap *target) in FT_Bitmap_Copy() 141 FT_Bitmap* bitmap, in ft_bitmap_assure_buffer() 260 FT_Bitmap* bitmap, in FT_Bitmap_Embolden() 294 FT_Bitmap tmp; in FT_Bitmap_Embolden() 467 const FT_Bitmap *source, in FT_Bitmap_Convert() 468 FT_Bitmap *target, in FT_Bitmap_Convert() 755 FT_Bitmap bitmap; in FT_GlyphSlot_Own_Bitmap() [all …]
|
D | ftlcdfil.c | 34 _ft_lcd_filter_fir( FT_Bitmap* bitmap, in _ft_lcd_filter_fir() 177 _ft_lcd_filter_legacy( FT_Bitmap* bitmap, in _ft_lcd_filter_legacy()
|
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 46 typedef FT_Bitmap* FXFT_Bitmap; 129 #define FXFT_Get_Bitmap_Width(bitmap) ((FT_Bitmap*)bitmap)->width 130 #define FXFT_Get_Bitmap_Rows(bitmap) ((FT_Bitmap*)bitmap)->rows 131 #define FXFT_Get_Bitmap_PixelMode(bitmap) ((FT_Bitmap*)bitmap)->pixel_mode 132 #define FXFT_Get_Bitmap_Pitch(bitmap) ((FT_Bitmap*)bitmap)->pitch 133 #define FXFT_Get_Bitmap_Buffer(bitmap) ((FT_Bitmap*)bitmap)->buffer
|
/external/freetype/src/sfnt/ |
D | ttsbit.h | 54 FT_Bitmap *map,
|
D | ttsbit.c | 332 FT_Bitmap* bitmap; 426 FT_Bitmap* map = decoder->bitmap; in tt_sbit_decoder_alloc_bitmap() 570 FT_Bitmap* bitmap; in tt_sbit_decoder_load_byte_aligned() 709 FT_Bitmap* bitmap; in tt_sbit_decoder_load_bit_aligned() 1277 FT_Bitmap *map, in tt_face_load_sbix_image() 1402 FT_Bitmap *map, in tt_face_load_sbit_image() 1447 FT_Bitmap new_map; in tt_face_load_sbit_image()
|
D | pngshim.c | 189 FT_Bitmap *map = &slot->bitmap; in Load_SBit_Png()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttsbit.h | 54 FT_Bitmap *map,
|
D | ttsbit.c | 328 FT_Bitmap* bitmap; 422 FT_Bitmap* map = decoder->bitmap; in tt_sbit_decoder_alloc_bitmap() 565 FT_Bitmap* bitmap; in tt_sbit_decoder_load_byte_aligned() 703 FT_Bitmap* bitmap; in tt_sbit_decoder_load_bit_aligned() 1271 FT_Bitmap *map, in tt_face_load_sbix_image() 1396 FT_Bitmap *map, in tt_face_load_sbit_image() 1441 FT_Bitmap new_map; in tt_face_load_sbit_image()
|
D | pngshim.c | 188 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() 134 FT_Bitmap* bitmap = &slot->bitmap; in ftc_snode_load()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 78 static void copyFT2LCD16(const FT_Bitmap& bitmap, const SkMask& mask, int lcdIsBGR, in copyFT2LCD16() 179 static void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() 345 FT_Bitmap target; in generateGlyphImage()
|
/external/freetype/src/raster/ |
D | ftrend1.c | 109 FT_Bitmap* bitmap; in ft_raster1_render()
|
/external/pdfium/third_party/freetype/src/raster/ |
D | ftrend1.c | 109 FT_Bitmap* bitmap; in ft_raster1_render()
|
/external/pdfium/third_party/freetype/include/internal/ |
D | sfnt.h | 291 FT_Bitmap *amap,
|
/external/freetype/include/internal/ |
D | sfnt.h | 291 FT_Bitmap *amap,
|