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 | 815 { Box, 0.5, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Undefined (default to Box) */ in AcquireResizeFilter() 816 { Box, 0.0, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Point (special handling) */ in AcquireResizeFilter() 817 { Box, 0.5, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Box */ in AcquireResizeFilter()
|
D | accelerate-kernels-private.h | 232 BoxWeightingFunction = 0, 2383 case BoxWeightingFunction: 2409 || resizeWindowType == BoxWeightingFunction)
|
D | accelerate.c | 98 BoxWeightingFunction,
|