Searched defs:quality (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/helper/ |
H A D | pixbuf-ops.cpp | 70 unsigned long bgcolor, double quality,GSList *items) 77 g_snprintf(c, 32, "%f", quality); 78 gboolean saved = gdk_pixbuf_save(pixbuf->getPixbufRaw(), filename, "jpeg", NULL, "quality", c, NULL); 158 // gdk_pixbuf_save (pixbuf, "C:\\temp\\internal.jpg", "jpeg", NULL, "quality","100", NULL); 67 sp_export_jpg_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, double quality,GSList *items) argument
|
/inkscape/src/display/ |
H A D | nr-filter-gaussian.cpp | 53 // some testing indeed shows that the quality doesn't improve much if larger 182 _effect_subsample_step_log2(double const deviation, int const quality) argument 191 switch (quality) { 603 int quality = slot.get_blurquality(); local 604 int x_step = 1 << _effect_subsample_step_log2(deviation_x_orig, quality); 605 int y_step = 1 << _effect_subsample_step_log2(deviation_y_orig, quality);
|
Completed in 17 milliseconds