Various minor changes
[profile/ivi/pixman.git] / pixman / pixman-vmx.c
index 5a0ed50..bc07c75 100644 (file)
@@ -1499,7 +1499,7 @@ fbCompositeSolid_nx8888vmx (pixman_operator_t     op,
     uint32_t   *dstLine, *dst;
     int        dstStride;
 
-    pixman_image_get_solid (pSrc, pDst, src);
+    _pixman_image_get_solid (pSrc, pDst, src);
 
     if (src >> 24 == 0)
        return;
@@ -1533,7 +1533,7 @@ fbCompositeSolid_nx0565vmx (pixman_operator_t     op,
     uint16_t   w;
     int        dstStride;
 
-    pixman_image_get_solid (pSrc, pDst, src);
+    _pixman_image_get_solid (pSrc, pDst, src);
 
     if (src >> 24 == 0)
        return;