image_query_pixel 7935 imlib2.c         rb_define_method(cImage, "pixel", image_query_pixel, 2);
image_query_pixel 7936 imlib2.c         rb_define_method(cImage, "pixel_rgba", image_query_pixel, 2);
image_query_pixel 7937 imlib2.c         rb_define_method(cImage, "query_pixel", image_query_pixel, 2);
image_query_pixel 7938 imlib2.c         rb_define_method(cImage, "query_pixel_rgba", image_query_pixel, 2);