Searched defs:max_size (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/inkgc/
H A Dgc-alloc.h46 size_type max_size() const { function in class:Inkscape::GC::Alloc
/inkscape/src/util/
H A Dlist-container.h102 size_type max_size() const { function in class:Inkscape::Util::ListContainer
/inkscape/src/widgets/
H A Dfont-selector.cpp408 int max_size = prefs->getInt("/dialogs/textandfont/maxFontSize", 10000); // somewhat arbitrary, but text&font preview freezes with too huge fontsizes local
413 if (value > max_size)
414 value = max_size;
H A Druler.cpp71 gdouble max_size; member in struct:__anon175
277 priv->max_size = 0;
315 * @max_size: the maximum size of the ruler used when calculating the space to
324 gdouble max_size)
343 if (priv->max_size != max_size)
345 priv->max_size = max_size;
359 * @max_size: location to store the maximum size of the ruler used when calculating
369 gdouble *max_size)
321 sp_ruler_set_range(SPRuler *ruler, gdouble lower, gdouble upper, gdouble max_size) argument
366 sp_ruler_get_range(SPRuler *ruler, gdouble *lower, gdouble *upper, gdouble *max_size) argument
1142 gdouble max_size; local
[all...]
H A Dtext-toolbar.cpp214 int max_size = prefs->getInt("/dialogs/textandfont/maxFontSize", 10000); // somewhat arbitrary, but text&font preview freezes with too huge fontsizes local
216 if (size > max_size)
217 size = max_size;
/inkscape/src/2geom/
H A Dpath.h462 size_type max_size() const { return _data->curves.max_size() - 1; } function in class:Geom::Path

Completed in 45 milliseconds