Home | History | Annotate | Download | only in pshinter

Lines Matching refs:org_u

1057         in_x = end->org_u - start->org_u;
1073 out_x = start->org_u - before->org_u;
1100 out_x = after->org_u - end->org_u;
1198 point->org_u
1203 point->org_u = vec->y;
1417 } while ( before->org_u == point->org_u );
1430 } while ( after->org_u == point->org_u );
1432 if ( before->org_u < point->org_u )
1434 if ( after->org_u < point->org_u )
1440 else /* before->org_u > point->org_u */
1442 if ( after->org_u > point->org_u )
1529 FT_Pos org_u = point->org_u;
1551 FT_Pos d = org_u - hint->org_pos;
1571 FT_Pos d = org_u - hint->org_pos - hint->org_len;
1608 FT_Pos d = org_u - hint->org_pos;
1625 FT_Pos d = org_u - hint->org_pos - hint->org_len;
1645 if ( org_u >= hint->org_pos &&
1646 org_u <= hint->org_pos + hint->org_len )
1776 y = point->org_u;
1855 delta = point->org_u - hint->org_pos;
1909 /* stored in increasing org_u order */
1932 if ( insert[-1]->org_u <= point->org_u )
1968 if ( strongs[nn]->org_u > point->org_u )
1976 FT_MulFix( point->org_u - after->org_u,
1984 if ( strongs[nn - 1]->org_u < point->org_u )
1992 FT_MulFix( point->org_u - before->org_u,
2003 u = point->org_u;
2005 if ( u == before->org_u )
2008 else if ( u == after->org_u )
2013 FT_MulDiv( u - before->org_u,
2015 after->org_u - before->org_u );
2068 delta = first->cur_u - FT_MulFix( first->org_u, scale );
2072 point->cur_u = FT_MulFix( point->org_u, scale ) + delta;
2112 if ( first->org_u <= next->org_u )
2114 org_a = first->org_u;
2116 org_ab = next->org_u - org_a;
2121 org_a = next->org_u;
2123 org_ab = first->org_u - org_a;
2134 org_c = point->org_u;