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

/external/chromium_org/third_party/freetype/src/base/
H A Dftgloadr.c95 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;
H A Dftobjs.c330 slot->num_subglyphs = 0;
4661 sub_index < glyph->num_subglyphs )
/external/freetype/src/base/
H A Dftgloadr.c96 base->num_subglyphs = 0;
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
288 new_max = base->num_subglyphs + current->num_subglyphs + n_subs;
315 current->num_subglyphs = 0;
348 base->num_subglyphs += current->num_subglyphs;
H A Dftobjs.c357 slot->num_subglyphs = 0;
4850 sub_index < glyph->num_subglyphs )
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.c259 FT_UInt nn, num_subglyphs = slot->num_subglyphs; local
267 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs );
273 num_subglyphs );
275 gloader->current.num_subglyphs = num_subglyphs;
276 num_base_subgs = gloader->base.num_subglyphs;
279 for ( nn = 0; nn < num_subglyphs; nn++ )
/external/freetype/src/autofit/
H A Dafloader.c265 FT_UInt nn, num_subglyphs = slot->num_subglyphs; local
273 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs );
279 num_subglyphs );
281 gloader->current.num_subglyphs = num_subglyphs;
282 num_base_subgs = gloader->base.num_subglyphs;
285 for ( nn = 0; nn < num_subglyphs; nn++ )
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/freetype/include/freetype/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c565 FT_UInt num_subglyphs; local
568 num_subglyphs = 0;
577 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
585 subglyph = gloader->current.subglyphs + num_subglyphs;
645 num_subglyphs++;
649 gloader->current.num_subglyphs = num_subglyphs;
1458 gloader->current.num_subglyphs + 4 )) != 0 )
1461 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1462 limit = gloader->current.num_subglyphs;
1514 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/freetype/src/truetype/
H A Dttgload.c575 FT_UInt num_subglyphs; local
578 num_subglyphs = 0;
587 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
595 subglyph = gloader->current.subglyphs + num_subglyphs;
655 num_subglyphs++;
659 gloader->current.num_subglyphs = num_subglyphs;
1536 gloader->current.num_subglyphs + 4 )) != 0 )
1539 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1540 limit = gloader->current.num_subglyphs;
1592 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c280 glyph->num_subglyphs = 2;
284 loader->current.num_subglyphs = 2;
/external/freetype/src/psaux/
H A Dt1decode.c286 glyph->num_subglyphs = 2;
290 loader->current.num_subglyphs = 2;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h1526 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1533 /* composite glyphs. There are `num_subglyphs' */
1626 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3218 * `glyph->num_subglyphs'.
/external/freetype/include/freetype/
H A Dfreetype.h1533 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1540 /* composite glyphs. There are `num_subglyphs' */
1633 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3296 * `glyph->num_subglyphs'.
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c793 glyph->num_subglyphs = 2;
797 loader->current.num_subglyphs = 2;
/external/freetype/src/cff/
H A Dcffgload.c816 glyph->num_subglyphs = 2;
820 loader->current.num_subglyphs = 2;

Completed in 393 milliseconds