Searched defs:num_subglyphs (Results 1 - 6 of 6) 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/pdfium/third_party/freetype/include/freetype/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/freetype/src/truetype/
H A Dttgload.c563 FT_UInt num_subglyphs; local
566 num_subglyphs = 0;
575 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
583 subglyph = gloader->current.subglyphs + num_subglyphs;
659 num_subglyphs++;
663 gloader->current.num_subglyphs = num_subglyphs;
664 FT_TRACE5(( " %d components\n", num_subglyphs ));
1741 limit = (short)gloader->current.num_subglyphs;
1745 outline.n_points = (short)( gloader->current.num_subglyphs
1872 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c561 FT_UInt num_subglyphs; local
564 num_subglyphs = 0;
573 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
581 subglyph = gloader->current.subglyphs + num_subglyphs;
657 num_subglyphs++;
661 gloader->current.num_subglyphs = num_subglyphs;
1665 limit = (short)gloader->current.num_subglyphs;
1669 outline.n_points = (short)( gloader->current.num_subglyphs + 4 );
1792 FT_UInt num_subglyphs local
[all...]
/external/freetype/include/freetype/
H A Dfreetype.h1684 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1690 /* composite glyphs. There are `num_subglyphs' */
1783 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3620 * `glyph->num_subglyphs'.
/external/pdfium/third_party/freetype/include/freetype/
H A Dfreetype.h1667 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1673 /* composite glyphs. There are `num_subglyphs' */
1766 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3503 * `glyph->num_subglyphs'.

Completed in 161 milliseconds