Home
last modified time | relevance | path

Searched refs:num_subglyphs (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftgloadr.c96 base->num_subglyphs = 0; in FT_GlyphLoader_Rewind()
196 current->subglyphs = FT_OFFSET( base->subglyphs, base->num_subglyphs ); in FT_GlyphLoader_Adjust_Subglyphs()
304 new_max = base->num_subglyphs + current->num_subglyphs + n_subs; in FT_GlyphLoader_CheckSubGlyphs()
331 current->num_subglyphs = 0; in FT_GlyphLoader_Prepare()
364 base->num_subglyphs += current->num_subglyphs; in FT_GlyphLoader_Add()
Dftobjs.c563 slot->num_subglyphs = 0; in ft_glyphslot_clear()
5587 sub_index < glyph->num_subglyphs ) in FT_Get_SubGlyph_Info()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c605 FT_UInt num_subglyphs; in TT_Load_Composite_Glyph() local
608 num_subglyphs = 0; in TT_Load_Composite_Glyph()
617 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 ); in TT_Load_Composite_Glyph()
625 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
706 num_subglyphs++; in TT_Load_Composite_Glyph()
710 gloader->current.num_subglyphs = num_subglyphs; in TT_Load_Composite_Glyph()
712 num_subglyphs, in TT_Load_Composite_Glyph()
713 num_subglyphs > 1 ? "s" : "" )); in TT_Load_Composite_Glyph()
722 for ( i = 0; i < num_subglyphs; i++ ) in TT_Load_Composite_Glyph()
724 if ( num_subglyphs > 1 ) in TT_Load_Composite_Glyph()
[all …]
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.c636 slot->num_subglyphs = 0; in t42_glyphslot_clear()
688 glyph->num_subglyphs = t42slot->ttslot->num_subglyphs; in T42_GlyphSlot_Load()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftgloadr.h55 FT_UInt num_subglyphs; /* number of subglyphs */ member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1decode.c359 glyph->num_subglyphs = 2; in t1operator_seac()
363 loader->current.num_subglyphs = 2; in t1operator_seac()
Dcffdecode.c296 glyph->num_subglyphs = 2; in cff_operator_seac()
300 loader->current.num_subglyphs = 2; in cff_operator_seac()
Dpsintrp.c1413 glyph->num_subglyphs = 2; in cf2_interpT2CharString()
1417 loader->current.num_subglyphs = 2; in cf2_interpT2CharString()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h1927 FT_UInt num_subglyphs; member
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi10019 <!-- FT_UInt FT_GlyphSlotRec_::num_subglyphs -->
10020 …<var-decl name='num_subglyphs' type-id='type-id-608' visibility='default' filepath='/collab/usr/gl…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi6351 …<var-decl name='num_subglyphs' type-id='type-id-608' visibility='default' filepath='/collab/usr/gl…
/third_party/chromium/patch/
D0001-cve.patch23383 - outline.n_points = (short)( gloader->current.num_subglyphs + 4 );