Home | History | Annotate | Download | only in truetype

Lines Matching full:test_div

1578       FT_UInt32  root, rem, test_div;
1593 test_div = ( root << 1 ) + 1;
1595 if ( rem >= test_div )
1597 rem -= test_div;