Lines Matching refs:METH_VARARGS
762 { "crop", imageop_crop, METH_VARARGS },
763 { "scale", imageop_scale, METH_VARARGS },
764 { "grey2mono", imageop_grey2mono, METH_VARARGS },
765 { "grey2grey2", imageop_grey2grey2, METH_VARARGS },
766 { "grey2grey4", imageop_grey2grey4, METH_VARARGS },
767 { "dither2mono", imageop_dither2mono, METH_VARARGS },
768 { "dither2grey2", imageop_dither2grey2, METH_VARARGS },
769 { "mono2grey", imageop_mono2grey, METH_VARARGS },
770 { "grey22grey", imageop_grey22grey, METH_VARARGS },
771 { "grey42grey", imageop_grey42grey, METH_VARARGS },
772 { "tovideo", imageop_tovideo, METH_VARARGS },
773 { "rgb2rgb8", imageop_rgb2rgb8, METH_VARARGS },
774 { "rgb82rgb", imageop_rgb82rgb, METH_VARARGS },
775 { "rgb2grey", imageop_rgb2grey, METH_VARARGS },
776 { "grey2rgb", imageop_grey2rgb, METH_VARARGS },