Fix T43034: beautify-fill leaves zero area tri's

This commit is contained in:
2014-12-27 16:47:42 +11:00
parent 8d7b2d69cf
commit 01c04333f5
8 changed files with 72 additions and 102 deletions

View File

@@ -194,6 +194,8 @@ MINLINE int min_iiii(int a, int b, int c, int d);
MINLINE int max_iiii(int a, int b, int c, int d);
MINLINE float signf(float f);
MINLINE int signum_i_ex(float a, float eps);
MINLINE int signum_i(float a);
MINLINE float power_of_2(float f);