Home | History | Annotate | Download | only in autofit

Lines Matching refs:org_pos

1952         FT_Pos   org_pos, org_len, org_center, cur_center, cur_len;
1956 org_pos = edge->opos + anchor_drift;
1958 org_center = org_pos + ( org_len >> 1 );
1965 org_left = org_pos + ((org_len - cur_len) >> 1);
1966 org_right = org_pos + ((org_len + cur_len) >> 1);