Home
last modified time | relevance | path

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

12

/third_party/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/flutter/skia/third_party/externals/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 …]
/third_party/freetype/src/truetype/
Dttgload.c597 FT_SubGlyph subglyph; in TT_Load_Composite_Glyph() local
618 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
620 subglyph->arg1 = subglyph->arg2 = 0; in TT_Load_Composite_Glyph()
622 subglyph->flags = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
623 subglyph->index = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
627 if ( subglyph->index >= num_glyphs ) in TT_Load_Composite_Glyph()
632 if ( subglyph->flags & ARGS_ARE_WORDS ) in TT_Load_Composite_Glyph()
634 if ( subglyph->flags & WE_HAVE_A_SCALE ) in TT_Load_Composite_Glyph()
636 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE ) in TT_Load_Composite_Glyph()
638 else if ( subglyph->flags & WE_HAVE_A_2X2 ) in TT_Load_Composite_Glyph()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttgload.c588 FT_SubGlyph subglyph; in TT_Load_Composite_Glyph() local
609 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
611 subglyph->arg1 = subglyph->arg2 = 0; in TT_Load_Composite_Glyph()
613 subglyph->flags = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
614 subglyph->index = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
618 if ( subglyph->index >= num_glyphs ) in TT_Load_Composite_Glyph()
623 if ( subglyph->flags & ARGS_ARE_WORDS ) in TT_Load_Composite_Glyph()
625 if ( subglyph->flags & WE_HAVE_A_SCALE ) in TT_Load_Composite_Glyph()
627 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE ) in TT_Load_Composite_Glyph()
629 else if ( subglyph->flags & WE_HAVE_A_2X2 ) in TT_Load_Composite_Glyph()
[all …]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c604 FT_SubGlyph subglyph; in TT_Load_Composite_Glyph() local
625 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
627 subglyph->arg1 = subglyph->arg2 = 0; in TT_Load_Composite_Glyph()
629 subglyph->flags = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
630 subglyph->index = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
634 if ( subglyph->index >= num_glyphs ) in TT_Load_Composite_Glyph()
639 if ( subglyph->flags & ARGS_ARE_WORDS ) in TT_Load_Composite_Glyph()
641 if ( subglyph->flags & WE_HAVE_A_SCALE ) in TT_Load_Composite_Glyph()
643 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE ) in TT_Load_Composite_Glyph()
645 else if ( subglyph->flags & WE_HAVE_A_2X2 ) in TT_Load_Composite_Glyph()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog378 * src/truetype/ttgload.c (load_truetype_glyph): Ensure `subglyph' is
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;
/third_party/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,
DChangeLog2295 * src/truetype/ttgload.c (load_truetype_glyph): Ensure `subglyph' is
DChangeLog.262344 (load_truetype_glyph): Add composite subglyph index to a list;
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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;
/third_party/freetype/docs/
DCHANGES2631 subglyph data. This can be used by rogue clients which used to
/third_party/flutter/skia/third_party/externals/freetype/docs/
DCHANGES2530 subglyph data. This can be used by rogue clients which used to

12