Lines Matching defs:method
205 * @param method The fill method to use as defined in PaintBucketChannels.
207 static bool compare_pixels(guint32 check, guint32 orig, guint32 merged_orig_pixel, guint32 dtc, int threshold, PaintBucketChannels method)
224 if ((method == FLOOD_CHANNELS_H) ||
225 (method == FLOOD_CHANNELS_S) ||
226 (method == FLOOD_CHANNELS_L)) {
233 switch (method) {
302 PaintBucketChannels method;
325 if (compare_pixels(pixel, orig_color, bci.merged_orig_pixel, bci.dtc, bci.threshold, bci.method)) {
816 PaintBucketChannels method = (PaintBucketChannels) prefs->getInt("/tools/paintbucket/channels", 0);
819 switch(method) {
840 bci.method = method;