aboutsummaryrefslogtreecommitdiff
path: root/pixman/pixman-android.h
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/pixman-android.h')
-rw-r--r--pixman/pixman-android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-android.h b/pixman/pixman-android.h
index 694b985..96ac19c 100644
--- a/pixman/pixman-android.h
+++ b/pixman/pixman-android.h
@@ -27,7 +27,7 @@ struct _android_simple_image {
void (*get_scanline)(android_simple_image* self, void** buffer, int line);
};
-void android_bilinear_filter(android_simple_image* src_image,
+void android_simple_scale(android_simple_image* src_image,
android_simple_image* dst_image, float scale, int src_x, int src_y);
#endif /* PIXMAN_ANDROID_H_ */