Home
last modified time | relevance | path

Searched refs:subglyphs (Results 1 – 25 of 27) sorted by relevance

12

/external/freetype/src/base/
Dftgloadr.c114 FT_FREE( loader->base.subglyphs ); in FT_GlyphLoader_Reset()
192 current->subglyphs = base->subglyphs + base->num_subglyphs; in FT_GlyphLoader_Adjust_Subglyphs()
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) ) in FT_GlyphLoader_CheckSubGlyphs()
Dftobjs.c356 slot->subglyphs = NULL; in ft_glyphslot_clear()
4873 glyph->subglyphs && in FT_Get_SubGlyph_Info()
4877 FT_SubGlyph subg = glyph->subglyphs + sub_index; in FT_Get_SubGlyph_Info()
/external/pdfium/third_party/freetype/src/base/
Dftgloadr.c114 FT_FREE( loader->base.subglyphs ); in FT_GlyphLoader_Reset()
192 current->subglyphs = base->subglyphs + base->num_subglyphs; in FT_GlyphLoader_Adjust_Subglyphs()
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) ) in FT_GlyphLoader_CheckSubGlyphs()
Dftobjs.c356 slot->subglyphs = NULL; in ft_glyphslot_clear()
4913 glyph->subglyphs && in FT_Get_SubGlyph_Info()
4917 FT_SubGlyph subg = glyph->subglyphs + sub_index; in FT_Get_SubGlyph_Info()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftgloadr.c114 FT_FREE( loader->base.subglyphs ); in FT_GlyphLoader_Reset()
192 current->subglyphs = base->subglyphs + base->num_subglyphs; in FT_GlyphLoader_Adjust_Subglyphs()
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) ) in FT_GlyphLoader_CheckSubGlyphs()
Dftobjs.c367 slot->subglyphs = NULL; in ft_glyphslot_clear()
4936 glyph->subglyphs && in FT_Get_SubGlyph_Info()
4940 FT_SubGlyph subg = glyph->subglyphs + sub_index; in FT_Get_SubGlyph_Info()
/external/freetype/include/internal/
Dftgloadr.h74 FT_SubGlyph subglyphs; /* subglyphs */ member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
Dftgloadr.h74 FT_SubGlyph subglyphs; /* subglyphs */ member
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftgloadr.h74 FT_SubGlyph subglyphs; /* subglyphs */ member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
Dt42objs.c635 slot->subglyphs = NULL; in t42_glyphslot_clear()
686 glyph->subglyphs = t42slot->ttslot->subglyphs; in T42_GlyphSlot_Load()
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c581 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
1677 subglyph = gloader->current.subglyphs; in load_truetype_glyph()
1726 subglyph = gloader->current.subglyphs; in load_truetype_glyph()
1811 subglyph = gloader->base.subglyphs + num_base_subgs + n; in load_truetype_glyph()
1828 subglyph = gloader->base.subglyphs + num_base_subgs + n; in load_truetype_glyph()
2499 glyph->subglyphs = loader.gloader->base.subglyphs; in TT_Load_Glyph()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
Dt1decode.c269 subg = loader->current.subglyphs; in t1operator_seac()
287 glyph->subglyphs = loader->base.subglyphs; in t1operator_seac()
/external/pdfium/third_party/freetype/src/psaux/
Dt1decode.c269 subg = loader->current.subglyphs; in t1operator_seac()
287 glyph->subglyphs = loader->base.subglyphs; in t1operator_seac()
/external/freetype/src/psaux/
Dt1decode.c269 subg = loader->current.subglyphs; in t1operator_seac()
287 glyph->subglyphs = loader->base.subglyphs; in t1operator_seac()
/external/freetype/src/truetype/
Dttgload.c604 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
1705 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs; in load_truetype_glyph()
1754 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs; in load_truetype_glyph()
1839 subglyph = gloader->base.subglyphs + num_base_subgs + n; in load_truetype_glyph()
1856 subglyph = gloader->base.subglyphs + num_base_subgs + n; in load_truetype_glyph()
2525 glyph->subglyphs = loader.gloader->base.subglyphs; in TT_Load_Glyph()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttgload.c582 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
1711 subglyph = gloader->current.subglyphs; in load_truetype_glyph()
1760 subglyph = gloader->current.subglyphs; in load_truetype_glyph()
1845 subglyph = gloader->base.subglyphs + num_base_subgs + n; in load_truetype_glyph()
1862 subglyph = gloader->base.subglyphs + num_base_subgs + n; in load_truetype_glyph()
2547 glyph->subglyphs = loader.gloader->base.subglyphs; in TT_Load_Glyph()
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1767 FT_SubGlyph subglyphs; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
Dfreetype.h1767 FT_SubGlyph subglyphs; member
/external/freetype/include/
Dfreetype.h1748 FT_SubGlyph subglyphs; member
/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c795 subg = loader->current.subglyphs; in cff_operator_seac()
813 glyph->subglyphs = loader->base.subglyphs; in cff_operator_seac()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
Dcffgload.c795 subg = loader->current.subglyphs; in cff_operator_seac()
813 glyph->subglyphs = loader->base.subglyphs; in cff_operator_seac()
/external/freetype/src/cff/
Dcffgload.c795 subg = loader->current.subglyphs; in cff_operator_seac()
813 glyph->subglyphs = loader->base.subglyphs; in cff_operator_seac()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog233 [truetype] Catch infinite recursion in subglyphs (#46372).
2152 that point-aligned subglyphs are rare, as are subglyphs with a
3255 rasterization of subglyphs with different drop-out modes.' (from
DChangeLog.232217 Fix B/W rasterization of subglyphs with different drop-out modes.
2224 composite glyph needs multiple drop-out modes for its subglyphs
2227 FreeType collects the hinted outlines from all subglyphs, then it
2231 other subglyphs are lost.
4715 of the graphics state for subglyphs to...
4718 just hinted subglyphs, not the unhinted, unscaled outline. This
5952 before handling subglyphs so that it can be reinitialized each time.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DCHANGES1344 - Some subglyphs in TrueType fonts were handled incorrectly due to
2227 - Fonts which have nested subglyphs more than one level deep no
3775 of subglyphs in a TrueType font now..

12