Searched defs:ScaleKernelInfo (Results 1 – 3 of 3) sorted by relevance
175 struct ScaleKernelInfo struct201 InterpolationPolicy interpolation_policy; /**< Interpolation type to use */202 BorderMode border_mode; /**< Border mode policy */203 …Value constant_border_value; /**< Constant value to use for constant border mode policy */204 SamplingPolicy sampling_policy; /**< Sampling policy used by the interpolation. */205 bool use_padding; /**< Indication of using padding */206 bool align_corners; /**< Align corners of input and output */
4572 MagickExport void ScaleKernelInfo(KernelInfo *kernel, in ScaleKernelInfo() function
956 #define ScaleKernelInfo PrependMagickMethod(ScaleKernelInfo) macro