Searched refs:F26Dot6ToFloat (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c1028 #define F26Dot6ToFloat(n) (((float)(n))/((float) 64)) macro
1107 x = F26Dot6ToFloat(outline->points[i].x);
1108 y = -F26Dot6ToFloat(outline->points[i].y);
1129 x = (x + F26Dot6ToFloat(outline->points[i+1].x))/2;
1130 y = (y - F26Dot6ToFloat(outline->points[i+1].y))/2;
1148 F26Dot6ToFloat(outline->points[i].x +
1151 - F26Dot6ToFloat(outline->points[i].y +
1166 (F26Dot6ToFloat(outline->points[start].x) + x)/2;
1168 (-F26Dot6ToFloat(outline->points[start].y) + y)/2;
1171 F26Dot6ToFloat(outlin
[all...]

Completed in 33 milliseconds