Searched defs:bias (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | gc-anchored.cpp | 30 BaseAnchorEvent(Anchored const *object, int bias, argument 37 _addProperty("new-refcount", Util::format("%d", object->_anchored_refcount() + bias));
|
H A D | sp-object.cpp | 182 RefCountEvent(SPObject *object, int bias, Util::ptr_shared<char> name) argument 187 _addProperty("new-refcount", Util::format("%d", G_OBJECT(object)->ref_count + bias));
|
/inkscape/src/filters/ |
H A D | convolvematrix.h | 31 double divisor, bias; member in class:SPFeConvolveMatrix
|
/inkscape/src/display/ |
H A D | nr-filter-convolve-matrix.h | 54 double divisor, bias; member in class:Inkscape::Filters::FilterConvolveMatrix
|
H A D | nr-filter-convolve-matrix.cpp | 42 double divisor, double bias, std::vector<double> const &kernel) 49 , _bias(bias) 133 if (bias!=0 && !bias_warning) { 134 g_warning("It is unknown whether Inkscape's implementation of bias in feConvolveMatrix " 138 // colors (which makes sense). It also says that bias should simply be added to the result 140 // purpose of bias is "to have .5 gray value be the zero response of the filter". 143 // Note that Batik simply does not support bias!=0 164 // targetX, targetY, bias); 166 targetX, targetY, orderX, orderY, divisor, bias, kernelMatrix)); 169 // targetX, targetY, bias); 41 ConvolveMatrix(cairo_surface_t *s, int targetX, int targetY, int orderX, int orderY, double divisor, double bias, std::vector<double> const &kernel) argument [all...] |
Completed in 14 milliseconds