Home | History | Annotate | Download | only in autofit

Lines Matching refs:FT_Pos

169     FT_Pos        len_threshold;
170 FT_Pos dist_threshold;
192 FT_Pos dist = seg2->pos - seg1->pos;
199 FT_Pos min = seg1->min_coord;
200 FT_Pos max = seg1->max_coord;
201 FT_Pos len;
339 FT_Pos edge_distance_threshold;
373 FT_Pos best = 0xFFFFU;
381 FT_Pos dist;
402 FT_Pos dist2 = 0;
537 FT_Pos edge_delta;
538 FT_Pos seg_delta;
677 static FT_Pos
680 FT_Pos width )
683 FT_Pos best = 64 + 32 + 2;
684 FT_Pos reference = width;
685 FT_Pos scaled;
690 FT_Pos w;
691 FT_Pos dist;
724 static FT_Pos
727 FT_Pos width,
733 FT_Pos dist = width;
771 FT_Pos delta;
851 FT_Pos dist = stem_edge->opos - base_edge->opos;
853 FT_Pos fitted_width = af_cjk_compute_stem_width(
890 static FT_Pos
894 FT_Pos anchor,
897 FT_Pos org_len, cur_len, org_center;
898 FT_Pos cur_pos1, cur_pos2;
899 FT_Pos d_off1, u_off1, d_off2, u_off2, delta;
900 FT_Pos offset;
901 FT_Pos threshold = 64;
1026 FT_Pos delta = 0;
1065 FT_Pos target, center1, center2;
1066 FT_Pos delta1, delta2, d1, d2;
1166 FT_Pos dist1, dist2, span;
1328 FT_Pos delta = edge->pos - edge->opos;
1406 FT_Pos delta;