HomeSort by relevance Sort by last modified time
    Searched refs:num_subglyphs (Results 1 - 8 of 8) sorted by null

  /external/freetype/src/base/
ftgloadr.c 95 base->num_subglyphs = 0;
191 current->subglyphs = base->subglyphs + base->num_subglyphs;
287 new_max = base->num_subglyphs + current->num_subglyphs + n_subs;
314 current->num_subglyphs = 0;
347 base->num_subglyphs += current->num_subglyphs;
ftobjs.c 325 slot->num_subglyphs = 0;
    [all...]
  /external/freetype/src/autofit/
afloader.c 249 FT_UInt nn, num_subglyphs = slot->num_subglyphs; local
257 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs );
263 num_subglyphs );
265 gloader->current.num_subglyphs = num_subglyphs;
266 num_base_subgs = gloader->base.num_subglyphs;
269 for ( nn = 0; nn < num_subglyphs; nn++ )
  /external/freetype/include/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/freetype/src/truetype/
ttgload.c 582 FT_UInt num_subglyphs; local
585 num_subglyphs = 0;
594 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
602 subglyph = gloader->current.subglyphs + num_subglyphs;
662 num_subglyphs++;
666 gloader->current.num_subglyphs = num_subglyphs;
1531 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
    [all...]
  /external/freetype/src/psaux/
t1decode.c 279 glyph->num_subglyphs = 2;
283 loader->current.num_subglyphs = 2;
    [all...]
  /external/freetype/include/freetype/
freetype.h 1625 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/freetype/src/cff/
cffgload.c 794 glyph->num_subglyphs = 2;
798 loader->current.num_subglyphs = 2;
    [all...]

Completed in 625 milliseconds