/third_party/freetype/src/pfr/ |
D | pfrgload.c | 566 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/ |
D | pfrgload.c | 566 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/ |
D | pfrgload.c | 566 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/ |
D | ttgload.c | 597 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/ |
D | ttgload.c | 588 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/ |
D | ttgload.c | 604 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/ |
D | ChangeLog | 378 * src/truetype/ttgload.c (load_truetype_glyph): Ensure `subglyph' is
|
D | ChangeLog.24 | 2263 subglyph's phantom points, which in turn are initialized using the 2264 advance width of the first subglyph. And as the given example
|
D | ChangeLog.22 | 357 Add FT_Get_SubGlyph_Info API to retrieve subglyph data. Note that
|
D | ChangeLog.23 | 2225 since the rendering state gets reset for each subglyph. 2230 the drop-out mode of the last subglyph only; drop-out modes of all
|
D | ChangeLog.25 | 668 (load_truetype_glyph <subglyph loop>, tt_loader_init,
|
D | ChangeLog.26 | 2344 (load_truetype_glyph): Add composite subglyph index to a list;
|
/third_party/freetype/ |
D | ChangeLog.24 | 2263 subglyph's phantom points, which in turn are initialized using the 2264 advance width of the first subglyph. And as the given example
|
D | ChangeLog.22 | 357 Add FT_Get_SubGlyph_Info API to retrieve subglyph data. Note that
|
D | ChangeLog.23 | 2225 since the rendering state gets reset for each subglyph. 2230 the drop-out mode of the last subglyph only; drop-out modes of all
|
D | ChangeLog.25 | 668 (load_truetype_glyph <subglyph loop>, tt_loader_init,
|
D | ChangeLog | 2295 * src/truetype/ttgload.c (load_truetype_glyph): Ensure `subglyph' is
|
D | ChangeLog.26 | 2344 (load_truetype_glyph): Add composite subglyph index to a list;
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.24 | 2263 subglyph's phantom points, which in turn are initialized using the 2264 advance width of the first subglyph. And as the given example
|
D | ChangeLog.22 | 357 Add FT_Get_SubGlyph_Info API to retrieve subglyph data. Note that
|
D | ChangeLog.23 | 2225 since the rendering state gets reset for each subglyph. 2230 the drop-out mode of the last subglyph only; drop-out modes of all
|
D | ChangeLog.25 | 668 (load_truetype_glyph <subglyph loop>, tt_loader_init,
|
D | ChangeLog.26 | 2344 (load_truetype_glyph): Add composite subglyph index to a list;
|
/third_party/freetype/docs/ |
D | CHANGES | 2631 subglyph data. This can be used by rogue clients which used to
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 2530 subglyph data. This can be used by rogue clients which used to
|