Searched refs:subglyph (Results 1 – 3 of 3) sorted by relevance
564 PFR_SubGlyph subglyph; in pfr_glyph_load_compound() local617 subglyph = glyph->subs + org_count; in pfr_glyph_load_compound()631 subglyph->x_scale = 0x10000L; in pfr_glyph_load_compound()638 subglyph->y_scale = 0x10000L; in pfr_glyph_load_compound()678 subglyph->x_delta = x_pos; in pfr_glyph_load_compound()679 subglyph->y_delta = y_pos; in pfr_glyph_load_compound()763 PFR_SubGlyph subglyph; in pfr_glyph_load_rec() local782 if ( subglyph->x_scale != 0x10000L || subglyph->y_scale != 0x10000L ) in pfr_glyph_load_rec()790 subglyph->x_delta; in pfr_glyph_load_rec()802 vec->x += subglyph->x_delta; in pfr_glyph_load_rec()[all …]
579 FT_SubGlyph subglyph; in TT_Load_Composite_Glyph() local602 subglyph->arg1 = subglyph->arg2 = 0; in TT_Load_Composite_Glyph()655 subglyph->transform.xx = xx; in TT_Load_Composite_Glyph()656 subglyph->transform.xy = xy; in TT_Load_Composite_Glyph()1072 x = subglyph->arg1; in TT_Process_Composite_Component()1073 y = subglyph->arg2; in TT_Process_Composite_Component()1096 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx in TT_Process_Composite_Component()1098 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx in TT_Process_Composite_Component()1100 int c = subglyph->transform.xy > 0 ? subglyph->transform.xy in TT_Process_Composite_Component()1102 int d = subglyph->transform.yy > 0 ? subglyph->transform.yy in TT_Process_Composite_Component()[all …]
278 FT_SubGlyph subglyph; in af_loader_load_g() local306 subglyph = gloader->base.subglyphs + num_base_subgs + nn; in af_loader_load_g()313 error = af_loader_load_g( loader, scaler, subglyph->index, in af_loader_load_g()319 subglyph = gloader->base.subglyphs + num_base_subgs + nn; in af_loader_load_g()321 if ( !( subglyph->flags & FT_SUBGLYPH_FLAG_USE_MY_METRICS ) ) in af_loader_load_g()332 if ( subglyph->flags & ( FT_SUBGLYPH_FLAG_SCALE | in af_loader_load_g()342 FT_Vector_Transform( cur, &subglyph->transform ); in af_loader_load_g()347 if ( !( subglyph->flags & FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES ) ) in af_loader_load_g()349 FT_Int k = subglyph->arg1; in af_loader_load_g()350 FT_UInt l = subglyph->arg2; in af_loader_load_g()[all …]
Completed in 8 milliseconds