Home
last modified time | relevance | path

Searched refs:subglyph (Results 1 – 8 of 8) sorted by relevance

/external/freetype/src/pfr/
Dpfrgload.c566 PFR_SubGlyph subglyph; in pfr_glyph_load_compound() local
620 subglyph = glyph->subs + org_count; in pfr_glyph_load_compound()
622 for ( i = 0; i < count; i++, subglyph++ ) in pfr_glyph_load_compound()
634 subglyph->x_scale = 0x10000L; in pfr_glyph_load_compound()
638 subglyph->x_scale = PFR_NEXT_SHORT( p ) * 16; in pfr_glyph_load_compound()
641 subglyph->y_scale = 0x10000L; in pfr_glyph_load_compound()
645 subglyph->y_scale = PFR_NEXT_SHORT( p ) * 16; in pfr_glyph_load_compound()
681 subglyph->x_delta = x_pos; in pfr_glyph_load_compound()
682 subglyph->y_delta = y_pos; in pfr_glyph_load_compound()
688 subglyph->gps_size = PFR_NEXT_USHORT( p ); in pfr_glyph_load_compound()
[all …]
/external/freetype/src/truetype/
Dttgload.c568 FT_SubGlyph subglyph; in TT_Load_Composite_Glyph() local
589 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
591 subglyph->arg1 = subglyph->arg2 = 0; in TT_Load_Composite_Glyph()
593 subglyph->flags = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
594 subglyph->index = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
598 if ( subglyph->index >= num_glyphs ) in TT_Load_Composite_Glyph()
603 if ( subglyph->flags & ARGS_ARE_WORDS ) in TT_Load_Composite_Glyph()
605 if ( subglyph->flags & WE_HAVE_A_SCALE ) in TT_Load_Composite_Glyph()
607 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE ) in TT_Load_Composite_Glyph()
609 else if ( subglyph->flags & WE_HAVE_A_2X2 ) in TT_Load_Composite_Glyph()
[all …]
/external/freetype/
DChangeLog.242263 subglyph's phantom points, which in turn are initialized using the
2264 advance width of the first subglyph. And as the given example
DChangeLog.22357 Add FT_Get_SubGlyph_Info API to retrieve subglyph data. Note that
DChangeLog.232225 since the rendering state gets reset for each subglyph.
2230 the drop-out mode of the last subglyph only; drop-out modes of all
DChangeLog.25668 (load_truetype_glyph <subglyph loop>, tt_loader_init,
DChangeLog.262344 (load_truetype_glyph): Add composite subglyph index to a list;
/external/freetype/docs/
DCHANGES2349 subglyph data. This can be used by rogue clients which used to