Home
last modified time | relevance | path

Searched refs:gimp_bilinear_rgba (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/map-object/
H A Dmap-object-image.c213 return gimp_bilinear_rgba (u * width, v * height, p); in get_image_color()
240 return gimp_bilinear_rgba (u * width, v * height, p); in get_image_color()
272 return gimp_bilinear_rgba (u * w, v * h, p); in get_box_image_color()
304 return gimp_bilinear_rgba (u * w, v * h, p); in get_cylinder_image_color()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpcolor/
H A Dgimpbilinear.h49 GimpRGB gimp_bilinear_rgba (gdouble x,
H A Dgimpcolor.def9 gimp_bilinear_rgba
H A Dgimpbilinear.c178 gimp_bilinear_rgba (gdouble x, in gimp_bilinear_rgba() function
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/lighting/
H A Dlighting-image.c272 return gimp_bilinear_rgba (u, v, p); in get_image_color()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dgimpcolormodule.c218 rgb = gimp_bilinear_rgba(x, y, values); in pygimp_bilinear_color()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dvan-gogh-lic.c362 *p = gimp_bilinear_rgba (u, v, pp); in getpixel()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-028629 * libgimpcolor/gimpbilinear.c (gimp_bilinear_rgba): fixes RGBA