Home
last modified time | relevance | path

Searched defs:ringwidth (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/create/
H A Dmask_ideal_ring.c57 double ringwidth; member
72 double ringwidth = ideal_ring->ringwidth; in vips_mask_ideal_ring_point() local
138 double frequency_cutoff, double ringwidth, ... ) in vips_mask_ideal_ring()
H A Dmask_gaussian_ring.c57 double ringwidth; member
75 double ringwidth = gaussian_ring->ringwidth; in vips_mask_gaussian_ring_point() local
142 double frequency_cutoff, double amplitude_cutoff, double ringwidth, in vips_mask_gaussian_ring()
H A Dmask_butterworth_ring.c57 double ringwidth; member
78 double ringwidth = butterworth_ring->ringwidth; in vips_mask_butterworth_ring_point() local
154 double ringwidth, ... ) in vips_mask_butterworth_ring()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXColorRing.h50 FXint ringwidth; // Width of hue ring variable
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXColorRing.h49 FXint ringwidth; // Width of hue ring variable
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXColorRing.h50 FXint ringwidth; // Width of hue ring variable
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXColorRing.h49 FXint ringwidth; // Width of hue ring variable
/dports/graphics/vips/vips-8.12.0/cplusplus/
H A Dvips-operators.cpp2053 …ht, double order, double frequency_cutoff, double amplitude_cutoff, double ringwidth, VOption *opt… in mask_butterworth_ring()
2116 …idth, int height, double frequency_cutoff, double amplitude_cutoff, double ringwidth, VOption *opt… in mask_gaussian_ring()
2162 VImage VImage::mask_ideal_ring( int width, int height, double frequency_cutoff, double ringwidth, V… in mask_ideal_ring()