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

/external/freetype/include/freetype/internal/
H A Dftgloadr.h55 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/freetype/src/truetype/
H A Dttgload.c566 FT_UInt num_subglyphs; local
569 num_subglyphs = 0;
578 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
586 subglyph = gloader->current.subglyphs + num_subglyphs;
662 num_subglyphs++;
666 gloader->current.num_subglyphs = num_subglyphs;
668 num_subglyphs,
669 num_subglyphs > 1 ? "s" : "" ));
678 for ( i = 0; i < num_subglyphs;
1987 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/freetype/include/freetype/
H A Dfreetype.h1799 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1805 /* composite glyphs. There are `num_subglyphs' */
1929 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3947 * `glyph->num_subglyphs'.

Completed in 207 milliseconds