Searched refs:max_size (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/widgets/ |
H A D | ruler.h | 67 gdouble max_size); 71 gdouble *max_size);
|
H A D | ruler.cpp | 71 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 D | font-selector.cpp | 408 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 D | text-toolbar.cpp | 214 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/inkgc/ |
H A D | gc-alloc.h | 46 size_type max_size() const { function in class:Inkscape::GC::Alloc
|
/inkscape/src/util/ |
H A D | list-container-test.h | 118 // max_size() and size() return ListContainer<>::size_type which is unsigned int 127 TS_ASSERT_LESS_THAN(0u, empty.max_size());
|
H A D | list-container.h | 102 size_type max_size() const { function in class:Inkscape::Util::ListContainer
|
/inkscape/src/2geom/ |
H A D | path.h | 462 size_type max_size() const { return _data->curves.max_size() - 1; } function in class:Geom::Path
|
Completed in 57 milliseconds