Home
last modified time | relevance | path

Searched refs:BoxWeightingFunction (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dresize-private.h27 BoxWeightingFunction = 0, enumerator
Dresize.c856 { 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()
Daccelerate-kernels-private.h219 BoxWeightingFunction = 0,
2396 case BoxWeightingFunction:
2422 || resizeWindowType == BoxWeightingFunction)
Daccelerate.c98 BoxWeightingFunction,