/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftbitmap.h | 77 FT_Bitmap_Init( FT_Bitmap *abitmap ); 82 FT_Bitmap_New( FT_Bitmap *abitmap ); 113 const FT_Bitmap *source, 114 FT_Bitmap *target ); 158 FT_Bitmap* bitmap, 205 const FT_Bitmap *source, 206 FT_Bitmap *target, 265 const FT_Bitmap* source, 267 FT_Bitmap* target, 318 FT_Bitmap *bitmap );
|
D | ftimage.h | 271 } FT_Bitmap; typedef 1042 const FT_Bitmap* target;
|
D | ftoutln.h | 458 const FT_Bitmap *abitmap );
|
D | ftglyph.h | 172 FT_Bitmap bitmap;
|
D | freetype.h | 1921 FT_Bitmap bitmap;
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftbitmap.c | 37 const FT_Bitmap null_bitmap = { 0, 0, 0, NULL, 0, 0, 0, NULL }; 43 FT_Bitmap_Init( FT_Bitmap *abitmap ) in FT_Bitmap_Init() 53 FT_Bitmap_New( FT_Bitmap *abitmap ) in FT_Bitmap_New() 64 const FT_Bitmap *source, in FT_Bitmap_Copy() 65 FT_Bitmap *target) in FT_Bitmap_Copy() 160 FT_Bitmap* bitmap, in ft_bitmap_assure_buffer() 308 FT_Bitmap* bitmap, in FT_Bitmap_Embolden() 342 FT_Bitmap tmp; in FT_Bitmap_Embolden() 516 const FT_Bitmap *source, in FT_Bitmap_Convert() 517 FT_Bitmap *target, in FT_Bitmap_Convert() [all …]
|
D | ftlcdfil.c | 78 ft_lcd_filter_fir( FT_Bitmap* bitmap, in ft_lcd_filter_fir() 184 _ft_lcd_filter_legacy( FT_Bitmap* bitmap, in _ft_lcd_filter_legacy()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftsmooth.c | 130 FT_Bitmap* bitmap ) in ft_smooth_raster_lcd() 197 FT_Bitmap* bitmap ) in ft_smooth_raster_lcdv() 273 FT_Bitmap* bitmap ) in ft_smooth_raster_lcd() 305 FT_Bitmap* bitmap ) in ft_smooth_raster_lcdv() 370 FT_Bitmap* bitmap ) in ft_smooth_raster_overlap() 435 FT_Bitmap* bitmap = &slot->bitmap; in ft_smooth_render()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftbsdf.c | 643 bsdf_init_distance_map( const FT_Bitmap* source, in bsdf_init_distance_map() 1093 const FT_Bitmap* target ) in finalize_sdf() 1226 const FT_Bitmap* source = NULL; in bsdf_raster_render() 1227 const FT_Bitmap* target = NULL; in bsdf_raster_render() 1251 source = (const FT_Bitmap*)sdf_params->root.source; in bsdf_raster_render() 1252 target = (const FT_Bitmap*)sdf_params->root.target; in bsdf_raster_render()
|
D | ftsdfrend.c | 254 FT_Bitmap* bitmap = &slot->bitmap; in ft_sdf_render() 478 FT_Bitmap* bitmap = &slot->bitmap; in ft_bsdf_render() 480 FT_Bitmap target; in ft_bsdf_render()
|
D | ftsdf.c | 3023 const FT_Bitmap* bitmap ) in sdf_generate() 3193 const FT_Bitmap* bitmap ) in sdf_generate_bounding_box() 3417 const FT_Bitmap* bitmap ) in sdf_generate_subdivision() 3495 const FT_Bitmap* bitmap ) in sdf_generate_with_overlaps() 3502 FT_Bitmap* bitmaps; /* separate bitmaps for contours */ in sdf_generate_with_overlaps()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 134 const FT_Bitmap* RenderGlyphAndGetInfo(GlyphInfo* out_glyph_info); 135 …void BlitGlyph(const FT_Bitmap* ft_bitmap, uint32_t* dst, uint32_t dst_pitch, u… 252 const FT_Bitmap* FreeTypeFont::RenderGlyphAndGetInfo(GlyphInfo* out_glyph_info) in RenderGlyphAndGetInfo() 259 FT_Bitmap* ft_bitmap = &Face->glyph->bitmap; in RenderGlyphAndGetInfo() 270 …void FreeTypeFont::BlitGlyph(const FT_Bitmap* ft_bitmap, uint32_t* dst, uint32_t dst_pitch, unsign… in BlitGlyph() 542 const FT_Bitmap* ft_bitmap = src_tmp.Font.RenderGlyphAndGetInfo(&src_glyph.Info); in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttsbit.c | 476 FT_Bitmap* bitmap; 569 FT_Bitmap* map = decoder->bitmap; in tt_sbit_decoder_alloc_bitmap() 721 FT_Bitmap* bitmap; in tt_sbit_decoder_load_byte_aligned() 863 FT_Bitmap* bitmap; in tt_sbit_decoder_load_bit_aligned() 1474 FT_Bitmap *map, in tt_face_load_sbix_image() 1602 FT_Bitmap *map, in tt_face_load_sbit_image() 1653 FT_Bitmap new_map; in tt_face_load_sbit_image()
|
D | ttsbit.h | 53 FT_Bitmap *map,
|
D | pngshim.c | 263 FT_Bitmap *map = &slot->bitmap; in Load_SBit_Png()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcsbits.c | 43 FT_Bitmap* bitmap, in ftc_sbit_copy_bitmap() 130 FT_Bitmap* bitmap = &slot->bitmap; in ftc_snode_load()
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftrend1.c | 100 FT_Bitmap* bitmap = &slot->bitmap; in ft_raster1_render()
|
D | ftraster.c | 499 FT_Bitmap target; /* description of target bit/pixmap */ 3228 const FT_Bitmap* target_map = params->target; in ft_black_render()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftobjs.h | 280 typedef void (*FT_Bitmap_LcdFilterFunc)( FT_Bitmap* bitmap, 286 ft_lcd_filter_fir( FT_Bitmap* bitmap,
|
D | sfnt.h | 310 FT_Bitmap *amap,
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrsbit.c | 51 FT_Bitmap* target, in pfr_bitwriter_init() 537 FT_Bitmap* target ) in pfr_load_bitmap_bits()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 112 void copyFT2LCD16(const FT_Bitmap& bitmap, const SkMask& mask, int lcdIsBGR, in copyFT2LCD16() 214 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() 1411 FT_Bitmap target; in generateGlyphImage()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_drawtext.c | 299 FT_Bitmap bitmap; ///< array holding bitmaps of font 300 FT_Bitmap border_bitmap; ///< array holding bitmaps of font border 1327 FT_Bitmap bitmap; in draw_glyphs()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfdrivr.c | 475 FT_Bitmap* bitmap = &slot->bitmap; in PCF_Glyph_Load()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdfdrivr.c | 793 FT_Bitmap* bitmap = &slot->bitmap; in BDF_Glyph_Load()
|