HomeSort by: relevance | last modified time | path
    Searched refs:FT_GlyphSlot (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /xsrc/external/mit/freetype/dist/include/freetype/
ftsynth.h 69 FT_GlyphSlot_Embolden( FT_GlyphSlot slot );
73 FT_GlyphSlot_Oblique( FT_GlyphSlot slot );
ftrender.h 41 FT_GlyphSlot slot );
62 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
ftbitmap.h 291 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot );
ftglyph.h 63 * detached from @FT_Face, contrary to @FT_GlyphSlot.
283 FT_Get_Glyph( FT_GlyphSlot slot,
freetype.h 106 * FT_GlyphSlot
464 * A face object also owns a single @FT_GlyphSlot object, as well as one
519 * FT_GlyphSlot
532 typedef struct FT_GlyphSlotRec_* FT_GlyphSlot;
1065 FT_GlyphSlot glyph;
1668 * private data of a given @FT_GlyphSlot object.
1818 * FT_GlyphSlot slot = face->glyph;
1841 * FT_GlyphSlot slot = face->glyph;
1875 FT_GlyphSlot next;
3372 FT_Render_Glyph( FT_GlyphSlot slot
    [all...]
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttcolr.h 48 FT_GlyphSlot dstSlot,
49 FT_GlyphSlot srcSlot );
pngshim.h 32 Load_SBit_Png( FT_GlyphSlot slot,
  /xsrc/external/mit/freetype/dist/src/pfr/
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 */
pfrobjs.c 288 pfr_slot_init( FT_GlyphSlot pfrslot ) /* PFR_Slot */
301 pfr_slot_done( FT_GlyphSlot pfrslot ) /* PFR_Slot */
311 pfr_slot_load( FT_GlyphSlot pfrslot, /* PFR_Slot */
  /xsrc/external/mit/freetype/dist/src/cid/
cidgload.h 39 cid_slot_load_glyph( FT_GlyphSlot glyph, /* CID_Glyph_Slot */
cidobjs.h 115 cid_slot_done( FT_GlyphSlot slot );
118 cid_slot_init( FT_GlyphSlot slot );
  /xsrc/external/mit/freetype/dist/src/type42/
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 );
t42objs.c 579 T42_GlyphSlot_Init( FT_GlyphSlot t42slot ) /* T42_GlyphSlot */
584 FT_GlyphSlot ttslot;
604 T42_GlyphSlot_Done( FT_GlyphSlot t42slot ) /* T42_GlyphSlot */
614 t42_glyphslot_clear( FT_GlyphSlot slot )
639 T42_GlyphSlot_Load( FT_GlyphSlot glyph,
  /xsrc/external/mit/freetype/dist/src/cff/
cffobjs.h 47 cff_slot_done( FT_GlyphSlot slot );
50 cff_slot_init( FT_GlyphSlot slot );
  /xsrc/external/mit/freetype/dist/src/type1/
t1gload.h 41 T1_Load_Glyph( FT_GlyphSlot glyph,
t1objs.h 143 T1_GlyphSlot_Init( FT_GlyphSlot slot );
146 T1_GlyphSlot_Done( FT_GlyphSlot slot );
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftdrv.h 49 (*FT_Slot_InitFunc)( FT_GlyphSlot slot );
52 (*FT_Slot_DoneFunc)( FT_GlyphSlot slot );
64 (*FT_Slot_LoadFunc)( FT_GlyphSlot slot,
autohint.h 186 FT_GlyphSlot slot,
ftobjs.h 275 FT_GlyphSlot slot,
388 * This structure contains the internal fields of each FT_GlyphSlot
398 * indicates that the FT_GlyphSlot structure owns the bitmap buffer.
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
    [all...]
sfnt.h 561 FT_GlyphSlot base_glyph,
562 FT_GlyphSlot new_glyph );
  /xsrc/external/mit/freetype/dist/src/psaux/
t1decode.h 57 FT_GlyphSlot slot,
  /xsrc/external/mit/freetype/dist/src/base/
ftsynth.c 47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot )
89 FT_GlyphSlot_Embolden( FT_GlyphSlot slot )
ftglyph.c 61 FT_GlyphSlot slot )
161 FT_GlyphSlot slot )
252 FT_GlyphSlot slot )
401 FT_Get_Glyph( FT_GlyphSlot slot,
  /xsrc/external/mit/freetype/dist/src/raster/
ftrend1.c 54 FT_GlyphSlot slot,
81 FT_GlyphSlot slot,
94 FT_GlyphSlot slot,
  /xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.h 50 * This is a direct typedef of FT_GlyphSlot, as there is nothing
53 typedef FT_GlyphSlot TT_GlyphSlot;
412 tt_slot_init( FT_GlyphSlot slot );

Completed in 23 milliseconds

1 2 3