Searched refs:slot (Results 1 – 12 of 12) sorted by relevance
| /GUIX-v6.2.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 | ftbitmap.h | 291 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot );
|
| D | ftglyph.h | 369 FT_Get_Glyph( FT_GlyphSlot slot,
|
| D | freetype.h | 3703 FT_Render_Glyph( FT_GlyphSlot slot,
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | ftobjs.h | 275 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,
|
| 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 | autohint.h | 186 FT_GlyphSlot slot,
|
| D | psaux.h | 736 FT_GlyphSlot slot, 909 FT_GlyphSlot slot, 1221 CFF_GlyphSlot slot,
|
| /GUIX-v6.2.1/guix_studio/ |
| D | gx_studio_font_util.cpp | 64 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()
|
| D | PaletteLayoutDlg.cpp | 1060 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()
|