HomeSort by relevance Sort by last modified time
    Searched refs:FT_GlyphSlot (Results 1 - 25 of 35) 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 90 /* FT_GlyphSlot */
387 /* Each face object also owns a single @FT_GlyphSlot object, as well */
435 /* FT_GlyphSlot */
450 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 253 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 152 cff_glyph_load( FT_GlyphSlot cffslot, /* CFF_GlyphSlot */
199 FT_GlyphSlot slot = face->glyph;
  /external/freetype/src/autofit/
afmodule.c 57 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 235 ft_glyphslot_init( FT_GlyphSlot slot )
263 ft_glyphslot_free_bitmap( FT_GlyphSlot slot )
283 ft_glyphslot_set_bitmap( FT_GlyphSlot slot,
295 ft_glyphslot_alloc_bitmap( FT_GlyphSlot slot,
313 ft_glyphslot_clear( FT_GlyphSlot slot )
345 ft_glyphslot_done( FT_GlyphSlot slot )
377 FT_GlyphSlot *aslot )
383 FT_GlyphSlot slot = NULL;
425 FT_Done_GlyphSlot( FT_GlyphSlot slot )
431 FT_GlyphSlot prev
    [all...]
ftbitmap.c 621 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,
376 FT_GlyphSlot slot,
391 FT_GlyphSlot slot,
409 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 */
525 #define FT_SLOT( x ) ((FT_GlyphSlot)(x))
561 FT_GlyphSlot *aslot );
578 FT_Done_GlyphSlot( FT_GlyphSlot slot );
623 ft_glyphslot_free_bitmap( FT_GlyphSlot slot );
628 ft_glyphslot_alloc_bitmap( FT_GlyphSlot slot,
635 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;
427 tt_slot_init( FT_GlyphSlot slot );
ttdriver.c 285 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */
  /external/freetype/src/raster/
ftrend1.c 60 FT_GlyphSlot slot,
87 FT_GlyphSlot slot,
100 FT_GlyphSlot slot,
  /external/freetype/src/cache/
ftcsbits.c 133 FT_GlyphSlot slot = face->glyph;
135 FT_Pos xadvance, yadvance; /* FT_GlyphSlot->advance.{x|y} */

Completed in 92 milliseconds

1 2