HomeSort by relevance Sort by last modified time
    Searched refs:FT_GlyphSlot (Results 1 - 25 of 33) sorted by null

1 2

  /external/freetype/include/freetype/
ftsynth.h 67 FT_GlyphSlot_Embolden( FT_GlyphSlot slot );
71 FT_GlyphSlot_Oblique( FT_GlyphSlot slot );
ftrender.h 42 FT_GlyphSlot slot );
63 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
ftbitmap.h 191 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot );
ftglyph.h 235 FT_Get_Glyph( FT_GlyphSlot slot,
    [all...]
freetype.h 91 /* FT_GlyphSlot */
386 /* Each face object also owns a single @FT_GlyphSlot object, as well */
434 /* FT_GlyphSlot */
449 typedef struct FT_GlyphSlotRec_* FT_GlyphSlot;
    [all...]
  /external/freetype/src/psaux/
t1decode.h 48 FT_GlyphSlot slot,
psobjs.h 158 FT_GlyphSlot glyph,
t1decode.c 252 FT_GlyphSlot glyph = (FT_GlyphSlot)decoder->builder.glyph;
    [all...]
  /external/freetype/src/cff/
cffobjs.h 144 cff_slot_done( FT_GlyphSlot slot );
147 cff_slot_init( FT_GlyphSlot slot );
cffdrivr.c 153 Load_Glyph( FT_GlyphSlot cffslot, /* CFF_GlyphSlot */
200 FT_GlyphSlot slot = face->glyph;
cffobjs.c 340 cff_slot_done( FT_GlyphSlot slot )
347 cff_slot_init( FT_GlyphSlot slot )
  /external/freetype/src/autofit/
afmodule.c 58 FT_GlyphSlot slot,
  /external/freetype/src/base/
ftsynth.c 47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot )
84 FT_GlyphSlot_Embolden( FT_GlyphSlot slot )
ftglyph.c 59 FT_GlyphSlot slot )
157 FT_GlyphSlot slot )
244 FT_GlyphSlot slot )
353 FT_Get_Glyph( FT_GlyphSlot slot,
ftobjs.c 230 ft_glyphslot_init( FT_GlyphSlot slot )
258 ft_glyphslot_free_bitmap( FT_GlyphSlot slot )
278 ft_glyphslot_set_bitmap( FT_GlyphSlot slot,
290 ft_glyphslot_alloc_bitmap( FT_GlyphSlot slot,
308 ft_glyphslot_clear( FT_GlyphSlot slot )
340 ft_glyphslot_done( FT_GlyphSlot slot )
372 FT_GlyphSlot *aslot )
378 FT_GlyphSlot slot;
420 FT_Done_GlyphSlot( FT_GlyphSlot slot )
426 FT_GlyphSlot prev
    [all...]
ftbitmap.c 617 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot )
  /external/freetype/src/smooth/
ftsmooth.c 60 FT_GlyphSlot slot,
87 FT_GlyphSlot slot,
100 FT_GlyphSlot slot,
353 FT_GlyphSlot slot,
368 FT_GlyphSlot slot,
386 FT_GlyphSlot slot,
  /external/freetype/include/freetype/internal/
autohint.h 176 FT_GlyphSlot slot,
ftdriver.h 49 (*FT_Slot_InitFunc)( FT_GlyphSlot slot );
52 (*FT_Slot_DoneFunc)( FT_GlyphSlot slot );
80 (*FT_Slot_LoadFunc)( FT_GlyphSlot slot,
ftobjs.h 348 /* This structure contains the internal fields of each FT_GlyphSlot */
358 /* that the FT_GlyphSlot structure owns the */
528 #define FT_SLOT( x ) ((FT_GlyphSlot)(x))
564 FT_GlyphSlot *aslot );
581 FT_Done_GlyphSlot( FT_GlyphSlot slot );
626 ft_glyphslot_free_bitmap( FT_GlyphSlot slot );
631 ft_glyphslot_alloc_bitmap( FT_GlyphSlot slot,
638 ft_glyphslot_set_bitmap( FT_GlyphSlot slot,
    [all...]
psaux.h 484 FT_GlyphSlot slot,
563 FT_GlyphSlot glyph;
641 FT_GlyphSlot slot,
    [all...]
tttypes.h     [all...]
  /external/freetype/src/truetype/
ttobjs.h 62 /* This is a direct typedef of FT_GlyphSlot, as there is nothing */
65 typedef FT_GlyphSlot TT_GlyphSlot;
423 tt_slot_init( FT_GlyphSlot slot );
ttdriver.c 285 Load_Glyph( FT_GlyphSlot ttslot, /* TT_GlyphSlot */
  /external/freetype/src/raster/
ftrend1.c 60 FT_GlyphSlot slot,
87 FT_GlyphSlot slot,
100 FT_GlyphSlot slot,

Completed in 329 milliseconds

1 2