Searched refs:FT_GlyphSlot (Results 1 – 25 of 65) sorted by relevance
123
/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 );
|
D | freetype.h | 532 typedef struct FT_GlyphSlotRec_* FT_GlyphSlot; typedef 1065 FT_GlyphSlot glyph; 1875 FT_GlyphSlot next; 3372 FT_Render_Glyph( FT_GlyphSlot slot, 4009 FT_Get_SubGlyph_Info( FT_GlyphSlot glyph,
|
D | ftbitmap.h | 291 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot );
|
D | ftglyph.h | 283 FT_Get_Glyph( FT_GlyphSlot slot,
|
/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() 604 T42_GlyphSlot_Done( FT_GlyphSlot t42slot ) /* T42_GlyphSlot */ in T42_GlyphSlot_Done() 614 t42_glyphslot_clear( FT_GlyphSlot slot ) in t42_glyphslot_clear() 639 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 */
|
D | pfrobjs.c | 288 pfr_slot_init( FT_GlyphSlot pfrslot ) /* PFR_Slot */ in pfr_slot_init() 301 pfr_slot_done( FT_GlyphSlot pfrslot ) /* PFR_Slot */ in pfr_slot_done() 311 pfr_slot_load( FT_GlyphSlot pfrslot, /* PFR_Slot */ in pfr_slot_load()
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 275 FT_GlyphSlot slot, 599 #define FT_SLOT( x ) ( (FT_GlyphSlot)(x) ) 636 FT_GlyphSlot *aslot ); 654 FT_Done_GlyphSlot( FT_GlyphSlot slot ); 699 ft_glyphslot_free_bitmap( FT_GlyphSlot slot ); 705 ft_glyphslot_preset_bitmap( FT_GlyphSlot slot, 711 ft_glyphslot_alloc_bitmap( FT_GlyphSlot slot, 718 ft_glyphslot_set_bitmap( FT_GlyphSlot slot, 929 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 | autohint.h | 186 FT_GlyphSlot slot,
|
D | sfnt.h | 561 FT_GlyphSlot base_glyph, 562 FT_GlyphSlot new_glyph );
|
/external/freetype/src/sfnt/ |
D | ttcolr.h | 48 FT_GlyphSlot dstSlot, 49 FT_GlyphSlot srcSlot );
|
D | pngshim.h | 32 Load_SBit_Png( FT_GlyphSlot slot,
|
/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/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/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/base/ |
D | ftsynth.c | 47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique() 89 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
|
D | ftglyph.c | 61 FT_GlyphSlot slot ) in ft_bitmap_glyph_init() 161 FT_GlyphSlot slot ) in FT_DEFINE_GLYPH() 252 FT_GlyphSlot slot ) in ft_outline_glyph_prepare() 401 FT_Get_Glyph( FT_GlyphSlot slot, in FT_Get_Glyph()
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 53 typedef FT_GlyphSlot TT_GlyphSlot; 412 tt_slot_init( FT_GlyphSlot slot );
|
/external/freetype/src/psaux/ |
D | t1decode.h | 57 FT_GlyphSlot slot,
|
123