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

/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/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/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/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/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/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'.

Completed in 314 milliseconds