Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 12 of 12) sorted by relevance

/GUIX-v6.2.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,
Dftbitmap.h291 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot );
Dftglyph.h369 FT_Get_Glyph( FT_GlyphSlot slot,
Dfreetype.h3703 FT_Render_Glyph( FT_GlyphSlot slot,
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dftobjs.h275 FT_GlyphSlot slot,
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,
Dautohint.h186 FT_GlyphSlot slot,
Dpsaux.h736 FT_GlyphSlot slot,
909 FT_GlyphSlot slot,
1221 CFF_GlyphSlot slot,
/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp64 FT_GlyphSlot slot; in gx_studio_font_util_get_glyph() local
82 slot = font_handle -> face -> glyph; in gx_studio_font_util_get_glyph()
95 if (aa && slot->bitmap.pixel_mode == FT_PIXEL_MODE_MONO) in gx_studio_font_util_get_glyph()
101 font_data -> width = slot -> bitmap.width; in gx_studio_font_util_get_glyph()
102 font_data -> height = slot -> bitmap.rows; in gx_studio_font_util_get_glyph()
103 font_data -> pitch = slot -> bitmap.pitch; in gx_studio_font_util_get_glyph()
109 font_data -> gx_glyph_data = slot -> bitmap.buffer; in gx_studio_font_util_get_glyph()
DPaletteLayoutDlg.cpp1060 int slot; in SetRowData() local
1064 slot = index + mTopIndex; in SetRowData()
1065 if (slot < mpTheme->palette_predefined) in SetRowData()
1074 color = mpTheme->palette[slot]; in SetRowData()