< prev index next >

src/java.desktop/share/native/libfontmanager/HBShaper.c

Print this page

        

@@ -78,11 +78,11 @@
                      hb_glyph_position_t *glyphPos, float devScale) {
 
     int i, needToGrow;
     float x=0, y=0;
     float startX, startY, advX, advY;
-    float scale = 1.0f / FloatToFixedScale / devScale;
+    float scale = 1.0f / HBFloatToFixedScale / devScale;
     unsigned int* glyphs;
     float* positions;
     int initialCount, glyphArrayLen, posArrayLen, maxGlyphs, storeadv, maxStore;
     unsigned int* indices;
     jarray glyphArray, posArray, inxArray;
< prev index next >