From 607562b2a6cc8536350d0a9bcb6fe99224ad4f1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 5 Nov 2008 17:51:55 -0500 Subject: [PATCH] Inline the fetchers --- pixman/pixman-transformed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixman/pixman-transformed.c b/pixman/pixman-transformed.c index 2a374f6..389fabb 100644 --- a/pixman/pixman-transformed.c +++ b/pixman/pixman-transformed.c @@ -87,7 +87,7 @@ do_fetch (bits_image_t *pict, int x, int y, fetchPixelProc32 fetch, /* * Fetching Algorithms */ -static uint32_t +static inline uint32_t fetch_nearest (bits_image_t *pict, fetchPixelProc32 fetch, pixman_bool_t affine, @@ -142,7 +142,7 @@ fetch_nearest (bits_image_t *pict, } } -static uint32_t +static inline uint32_t fetch_bilinear (bits_image_t *pict, fetchPixelProc32 fetch, pixman_bool_t affine, -- 2.7.4