Searched defs:num_subglyphs (Results 1 - 4 of 4) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/freetype/src/autofit/
H A Dafloader.c249 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/src/truetype/
H A Dttgload.c559 FT_UInt num_subglyphs; local
562 num_subglyphs = 0;
571 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
579 subglyph = gloader->current.subglyphs + num_subglyphs;
639 num_subglyphs++;
643 gloader->current.num_subglyphs = num_subglyphs;
1424 gloader->current.num_subglyphs + 4 )) != 0 )
1427 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1428 limit = gloader->current.num_subglyphs;
1480 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/freetype/include/freetype/
H A Dfreetype.h1525 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1532 /* composite glyphs. There are `num_subglyphs' */
1625 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3185 * `glyph->num_subglyphs'.

Completed in 493 milliseconds