From: Søren Sandmann Pedersen Date: Wed, 5 Nov 2008 22:51:55 +0000 (-0500) Subject: Inline the fetchers X-Git-Tag: 1.0_branch~1232 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=607562b2a6cc8536350d0a9bcb6fe99224ad4f1f;p=profile%2Fivi%2Fpixman.git Inline the fetchers --- 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,