Searched refs:FT_GlyphSlot (Results 1 – 13 of 13) sorted by relevance
/GUIX-v6.4.1/guix_studio/libs/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 | 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; 3703 FT_Render_Glyph( FT_GlyphSlot slot, 4340 FT_Get_SubGlyph_Info( FT_GlyphSlot glyph,
|
D | ftbitmap.h | 291 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot );
|
D | ftglyph.h | 369 FT_Get_Glyph( FT_GlyphSlot slot,
|
/GUIX-v6.4.1/guix_studio/libs/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 | ftdriver.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 | autohint.h | 186 FT_GlyphSlot slot,
|
D | psaux.h | 736 FT_GlyphSlot slot, 831 FT_GlyphSlot glyph; 909 FT_GlyphSlot slot,
|
D | tttypes.h | 1733 FT_GlyphSlot glyph;
|
/GUIX-v6.4.1/guix_studio/ |
D | gx_studio_font_util.cpp | 64 FT_GlyphSlot slot; in gx_studio_font_util_get_glyph()
|