Home
last modified time | relevance | path

Searched refs:FT_GlyphSlot (Results 1 – 13 of 13) sorted by relevance

/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/
Dftrender.h41 FT_GlyphSlot slot );
62 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
Dftsynth.h69 FT_GlyphSlot_Embolden( FT_GlyphSlot slot );
73 FT_GlyphSlot_Oblique( FT_GlyphSlot slot );
Dotsvg.h148 (*SVG_Lib_Render_Func)( FT_GlyphSlot slot,
204 (*SVG_Lib_Preset_Slot_Func)( FT_GlyphSlot slot,
Dfreetype.h570 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,
Dftbitmap.h291 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot );
Dftglyph.h369 FT_Get_Glyph( FT_GlyphSlot slot,
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/
Dftobjs.h275 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,
Dftdriver.h49 (*FT_Slot_InitFunc)( FT_GlyphSlot slot );
52 (*FT_Slot_DoneFunc)( FT_GlyphSlot slot );
64 (*FT_Slot_LoadFunc)( FT_GlyphSlot slot,
Dsfnt.h337 (*TT_Load_Svg_Doc_Func)( FT_GlyphSlot glyph,
752 FT_GlyphSlot base_glyph,
753 FT_GlyphSlot new_glyph );
Dautohint.h186 FT_GlyphSlot slot,
Dpsaux.h736 FT_GlyphSlot slot,
831 FT_GlyphSlot glyph;
909 FT_GlyphSlot slot,
Dtttypes.h1733 FT_GlyphSlot glyph;
/GUIX-v6.4.1/guix_studio/
Dgx_studio_font_util.cpp64 FT_GlyphSlot slot; in gx_studio_font_util_get_glyph()