[gimp] app: small fixes in gimpoperationlayermode.c



commit 44b4d0f6ab07d309a4848f82e0e28c9c0ce858df
Author: Ell <ell_se yahoo com>
Date:   Wed Mar 8 15:00:52 2017 -0500

    app: small fixes in gimpoperationlayermode.c
    
    I built the thing, how the hell did this happen :P

 .../layer-modes/gimpoperationlayermode.c           |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/operations/layer-modes/gimpoperationlayermode.c 
b/app/operations/layer-modes/gimpoperationlayermode.c
index d4ecfe7..e61adcb 100644
--- a/app/operations/layer-modes/gimpoperationlayermode.c
+++ b/app/operations/layer-modes/gimpoperationlayermode.c
@@ -116,7 +116,7 @@ static inline void composite_func_dst_atop_sub_core (gfloat *in,
                                                      gfloat  opacity,
                                                      gfloat *out,
                                                      gint    samples);
-static inline void composite_func_src_sub_in_core   (gfloat *in,
+static inline void composite_func_src_in_sub_core   (gfloat *in,
                                                      gfloat *layer,
                                                      gfloat *comp,
                                                      gfloat *mask,
@@ -965,7 +965,7 @@ composite_func_src_atop_sse2 (gfloat *in,
         __v4sf alpha, rgba_in, rgba_comp;
 
         rgba_in   = *v_in ++;
-        rgba_cimp = *v_comp++;
+        rgba_comp = *v_comp++;
 
         alpha = (__v4sf)_mm_shuffle_epi32((__m128i)rgba_comp,_MM_SHUFFLE(3,3,3,3)) * v_opacity;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]