Searched refs:num_subglyphs (Results 1 - 14 of 14) sorted by relevance

/external/freetype/src/base/
H A Dftgloadr.c96 base->num_subglyphs = 0;
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
292 new_max = base->num_subglyphs + current->num_subglyphs + n_subs;
319 current->num_subglyphs = 0;
352 base->num_subglyphs += current->num_subglyphs;
H A Dftobjs.c355 slot->num_subglyphs = 0;
4875 sub_index < glyph->num_subglyphs )
/external/pdfium/third_party/freetype/src/base/
H A Dftgloadr.c96 base->num_subglyphs = 0;
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
291 new_max = base->num_subglyphs + current->num_subglyphs + n_subs;
318 current->num_subglyphs = 0;
351 base->num_subglyphs += current->num_subglyphs;
H A Dftobjs.c355 slot->num_subglyphs = 0;
4909 sub_index < glyph->num_subglyphs )
/external/pdfium/third_party/freetype/include/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/freetype/include/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/freetype/src/truetype/
H A Dttgload.c584 FT_UInt num_subglyphs; local
587 num_subglyphs = 0;
596 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
604 subglyph = gloader->current.subglyphs + num_subglyphs;
680 num_subglyphs++;
684 gloader->current.num_subglyphs = num_subglyphs;
1693 limit = gloader->current.num_subglyphs;
1697 outline.n_points = gloader->current.num_subglyphs + 4;
1705 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1820 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c580 FT_UInt num_subglyphs; local
583 num_subglyphs = 0;
592 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
600 subglyph = gloader->current.subglyphs + num_subglyphs;
660 num_subglyphs++;
664 gloader->current.num_subglyphs = num_subglyphs;
1667 gloader->current.num_subglyphs + 4 ) ) != 0 )
1670 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1671 limit = gloader->current.num_subglyphs;
1734 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/freetype/src/psaux/
H A Dt1decode.c286 glyph->num_subglyphs = 2;
290 loader->current.num_subglyphs = 2;
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c286 glyph->num_subglyphs = 2;
290 loader->current.num_subglyphs = 2;
/external/freetype/include/
H A Dfreetype.h1648 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1654 /* composite glyphs. There are `num_subglyphs' */
1747 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3372 * `glyph->num_subglyphs'.
/external/pdfium/third_party/freetype/include/
H A Dfreetype.h1628 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1634 /* composite glyphs. There are `num_subglyphs' */
1727 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3352 * `glyph->num_subglyphs'.
/external/freetype/src/cff/
H A Dcffgload.c812 glyph->num_subglyphs = 2;
816 loader->current.num_subglyphs = 2;
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c812 glyph->num_subglyphs = 2;
816 loader->current.num_subglyphs = 2;

Completed in 425 milliseconds