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;
1416 } while ( before->org_u == point->org_u );
1429 } while ( after->org_u == point->org_u );
1431 if ( before->org_u < point->org_u )
1433 if ( after->org_u < point->org_u )
1439 else /* before->org_u > point->org_u */
1441 if ( after->org_u > point->org_u )
1528 FT_Pos org_u = point->org_u;
1550 FT_Pos d = org_u - hint->org_pos;
1570 FT_Pos d = org_u - hint->org_pos - hint->org_len;
1607 FT_Pos d = org_u - hint->org_pos;
1624 FT_Pos d = org_u - hint->org_pos - hint->org_len;
1644 if ( org_u >= hint->org_pos &&
1645 org_u <= hint->org_pos + hint->org_len )
1775 y = point->org_u;
1854 delta = point->org_u - hint->org_pos;
1908 /* stored in increasing org_u order */
1931 if ( insert[-1]->org_u <= point->org_u )
1967 if ( strongs[nn]->org_u > point->org_u )
1975 FT_MulFix( point->org_u - after->org_u,
1983 if ( strongs[nn - 1]->org_u < point->org_u )
1991 FT_MulFix( point->org_u - before->org_u,
2002 u = point->org_u;
2004 if ( u == before->org_u )
2007 else if ( u == after->org_u )
2012 FT_MulDiv( u - before->org_u,
2014 after->org_u - before->org_u );
2067 delta = first->cur_u - FT_MulFix( first->org_u, scale );
2071 point->cur_u = FT_MulFix( point->org_u, scale ) + delta;
2109 if ( first->org_u <= next->org_u )
2111 org_a = first->org_u;
2113 org_ab = next->org_u - org_a;
2118 org_a = next->org_u;
2120 org_ab = first->org_u - org_a;
2131 org_c = point->org_u;