/external/freetype/include/freetype/ |
D | ftrender.h | 41 FT_GlyphSlot slot ); 62 FT_GlyphSlot slot ); 89 FT_GlyphSlot slot, 95 FT_GlyphSlot slot, 102 FT_GlyphSlot slot,
|
D | ftsynth.h | 69 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); 73 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); 80 FT_GlyphSlot_Slant( FT_GlyphSlot slot,
|
D | otsvg.h | 148 (*SVG_Lib_Render_Func)( FT_GlyphSlot slot, 204 (*SVG_Lib_Preset_Slot_Func)( FT_GlyphSlot slot,
|
D | freetype.h | 570 typedef struct FT_GlyphSlotRec_* FT_GlyphSlot; typedef 1109 FT_GlyphSlot glyph; 2053 FT_GlyphSlot next; 3704 FT_Render_Glyph( FT_GlyphSlot slot, 4354 FT_Get_SubGlyph_Info( FT_GlyphSlot glyph,
|
/external/freetype/src/type42/ |
D | t42objs.h | 48 FT_GlyphSlot ttslot; 96 T42_GlyphSlot_Init( FT_GlyphSlot slot ); 100 T42_GlyphSlot_Load( FT_GlyphSlot glyph, 106 T42_GlyphSlot_Done( FT_GlyphSlot slot );
|
D | t42objs.c | 579 T42_GlyphSlot_Init( FT_GlyphSlot t42slot ) /* T42_GlyphSlot */ in T42_GlyphSlot_Init() 584 FT_GlyphSlot ttslot; in T42_GlyphSlot_Init() 611 T42_GlyphSlot_Done( FT_GlyphSlot t42slot ) /* T42_GlyphSlot */ in T42_GlyphSlot_Done() 623 t42_glyphslot_clear( FT_GlyphSlot slot ) in t42_glyphslot_clear() 648 T42_GlyphSlot_Load( FT_GlyphSlot glyph, in T42_GlyphSlot_Load()
|
/external/freetype/src/pfr/ |
D | pfrobjs.h | 78 pfr_slot_init( FT_GlyphSlot slot ); /* PFR_Slot */ 81 pfr_slot_done( FT_GlyphSlot slot ); /* PFR_Slot */ 85 pfr_slot_load( FT_GlyphSlot slot, /* PFR_Slot */
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 275 FT_GlyphSlot slot, 600 #define FT_SLOT( x ) ( (FT_GlyphSlot)(x) ) 637 FT_GlyphSlot *aslot ); 655 FT_Done_GlyphSlot( FT_GlyphSlot slot ); 700 ft_glyphslot_free_bitmap( FT_GlyphSlot slot ); 706 ft_glyphslot_preset_bitmap( FT_GlyphSlot slot, 712 ft_glyphslot_alloc_bitmap( FT_GlyphSlot slot, 719 ft_glyphslot_set_bitmap( FT_GlyphSlot slot, 930 FT_GlyphSlot slot,
|
D | ftdrv.h | 49 (*FT_Slot_InitFunc)( FT_GlyphSlot slot ); 52 (*FT_Slot_DoneFunc)( FT_GlyphSlot slot ); 64 (*FT_Slot_LoadFunc)( FT_GlyphSlot slot,
|
D | sfnt.h | 337 (*TT_Load_Svg_Doc_Func)( FT_GlyphSlot glyph, 752 FT_GlyphSlot base_glyph, 753 FT_GlyphSlot new_glyph );
|
D | svginterface.h | 30 FT_GlyphSlot slot,
|
/external/freetype/src/base/ |
D | ftsynth.c | 47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique() 57 FT_GlyphSlot_Slant( FT_GlyphSlot slot, in FT_GlyphSlot_Slant() 99 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
|
D | ftglyph.c | 62 FT_GlyphSlot slot ) in ft_bitmap_glyph_init() 162 FT_GlyphSlot slot ) in FT_DEFINE_GLYPH() 253 FT_GlyphSlot slot ) in ft_outline_glyph_prepare() 294 FT_GlyphSlot slot ) in FT_DEFINE_GLYPH() 465 FT_GlyphSlot slot ) in ft_svg_glyph_prepare() 642 FT_Get_Glyph( FT_GlyphSlot slot, in FT_Get_Glyph()
|
/external/freetype/src/cff/ |
D | cffobjs.h | 47 cff_slot_done( FT_GlyphSlot slot ); 50 cff_slot_init( FT_GlyphSlot slot );
|
/external/freetype/src/raster/ |
D | ftrend1.c | 54 FT_GlyphSlot slot, in ft_raster1_transform() 81 FT_GlyphSlot slot, in ft_raster1_get_cbox() 94 FT_GlyphSlot slot, in ft_raster1_render()
|
/external/freetype/src/sfnt/ |
D | ttcolr.h | 74 FT_GlyphSlot dstSlot, 75 FT_GlyphSlot srcSlot );
|
D | ttsvg.h | 35 tt_face_load_svg_doc( FT_GlyphSlot glyph,
|
D | pngshim.h | 32 Load_SBit_Png( FT_GlyphSlot slot,
|
/external/freetype/src/cid/ |
D | cidobjs.h | 115 cid_slot_done( FT_GlyphSlot slot ); 118 cid_slot_init( FT_GlyphSlot slot );
|
D | cidgload.h | 39 cid_slot_load_glyph( FT_GlyphSlot glyph, /* CID_Glyph_Slot */
|
/external/freetype/src/type1/ |
D | t1objs.h | 143 T1_GlyphSlot_Init( FT_GlyphSlot slot ); 146 T1_GlyphSlot_Done( FT_GlyphSlot slot );
|
D | t1gload.h | 41 T1_Load_Glyph( FT_GlyphSlot glyph,
|
/external/freetype/src/svg/ |
D | ftsvg.c | 68 FT_GlyphSlot slot, in ft_svg_preset_slot() 96 FT_GlyphSlot slot, in ft_svg_render() 258 FT_GlyphSlot slot, in ft_svg_transform()
|
/external/freetype/src/sdf/ |
D | ftsdfrend.c | 248 FT_GlyphSlot slot, in ft_sdf_render() 377 FT_GlyphSlot slot, in ft_sdf_transform() 404 FT_GlyphSlot slot, in ft_sdf_get_cbox() 465 FT_GlyphSlot slot, in ft_bsdf_render()
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 53 typedef FT_GlyphSlot TT_GlyphSlot; 416 tt_slot_init( FT_GlyphSlot slot );
|