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

/external/chromium_org/third_party/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/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;
4874 sub_index < glyph->num_subglyphs )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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.c357 slot->num_subglyphs = 0;
4851 sub_index < glyph->num_subglyphs )
/external/chromium_org/third_party/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/freetype/src/autofit/
H A Dafloader.c276 FT_UInt nn, num_subglyphs = slot->num_subglyphs; local
284 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs );
290 num_subglyphs );
292 gloader->current.num_subglyphs = num_subglyphs;
293 num_base_subgs = gloader->base.num_subglyphs;
296 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/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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.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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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;
1545 gloader->current.num_subglyphs + 4 )) != 0 )
1548 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1549 limit = gloader->current.num_subglyphs;
1601 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/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;
1669 gloader->current.num_subglyphs + 4 ) ) != 0 )
1672 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1673 limit = gloader->current.num_subglyphs;
1736 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c286 glyph->num_subglyphs = 2;
290 loader->current.num_subglyphs = 2;
/external/freetype/src/psaux/
H A Dt1decode.c286 glyph->num_subglyphs = 2;
290 loader->current.num_subglyphs = 2;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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.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/freetype/include/
H A Dfreetype.h1591 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1597 /* composite glyphs. There are `num_subglyphs' */
1690 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3364 * `glyph->num_subglyphs'.
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h1539 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1546 /* composite glyphs. There are `num_subglyphs' */
1639 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3309 * `glyph->num_subglyphs'.
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h1539 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1546 /* composite glyphs. There are `num_subglyphs' */
1639 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3309 * `glyph->num_subglyphs'.
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c816 glyph->num_subglyphs = 2;
820 loader->current.num_subglyphs = 2;
/external/freetype/src/cff/
H A Dcffgload.c812 glyph->num_subglyphs = 2;
816 loader->current.num_subglyphs = 2;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c816 glyph->num_subglyphs = 2;
820 loader->current.num_subglyphs = 2;

Completed in 1938 milliseconds