Searched refs:BoxWeightingFunction (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | resize-private.h | 27 BoxWeightingFunction = 0, enumerator
|
D | resize.c | 856 { Box, 0.5, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Undefined (default to Box) */ in AcquireResizeFilter() 857 { Box, 0.0, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Point (special handling) */ in AcquireResizeFilter() 858 { Box, 0.5, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Box */ in AcquireResizeFilter() 891 { CubicSpline,2.0, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Spline Lobes 2-lobed */ in AcquireResizeFilter()
|
D | accelerate-kernels-private.h | 219 BoxWeightingFunction = 0, 2396 case BoxWeightingFunction: 2422 || resizeWindowType == BoxWeightingFunction)
|
D | accelerate.c | 98 BoxWeightingFunction,
|