Searched defs:full (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | extensions.cpp | 51 void ExtensionsPanel::set_full(bool full) argument 53 if ( full != _showAll ) { 54 _showAll = full;
|
H A D | swatches.cpp | 551 gchar* full = g_build_filename(dirname, filename, NULL); local 552 if ( !Inkscape::IO::file_test( full, G_FILE_TEST_IS_DIR ) ) { 553 _loadPaletteFile(filename, full, userPalette); 555 g_free(full);
|
/inkscape/src/livarot/ |
H A D | BitLigne.cpp | 55 int BitLigne::AddBord(float spos,float epos,bool full) argument 59 // separation of full and not entirely full bits is a bit useless 100 // note that the "full" bits are always a subset of the "not empty" bits, ie of the partial bits 101 // the function is a bit lame: since there is at most one bit that is partial but not full, or no full bit, 102 // it does 2 times the optimal amount of work when the coverage is full. but i'm too lazy to change that... 110 fullB[fpPos]&=~(add); // partial is exclusive from full, so partial bits are removed from fullB 112 if ( full ) { // if the coverage is full, ad [all...] |
/inkscape/src/live_effects/parameter/ |
H A D | originalpatharray.cpp | 126 gchar * full = param_getSVGValue(); local 127 param_write_to_repr(full); 128 g_free(full); 226 gchar * full = param_getSVGValue(); local 227 param_write_to_repr(full); 228 g_free(full); 256 gchar * full = param_getSVGValue(); local 257 param_write_to_repr(full); 258 g_free(full); 274 gchar * full local 347 gchar * full = param_getSVGValue(); local [all...] |
/inkscape/src/ |
H A D | shortcuts.cpp | 243 gchar* full = g_build_filename(dirname, filename, NULL); local 244 if (!Inkscape::IO::file_test(full, G_FILE_TEST_IS_DIR)) { 247 XML::Document *doc=sp_repr_read_file(full, NULL); 249 g_warning("Unable to read keyboard shortcut file %s", full); 254 g_warning("Not a shortcut keys file %s", full); 266 paths->insert(paths->begin(), full); 269 paths->push_back(full); 275 g_free(full);
|
/inkscape/src/widgets/ |
H A D | desktop-widget.cpp | 1289 bool full = desktop->is_fullscreen(); local 1290 prefs->setBool("/desktop/geometry/fullscreen", full); 1297 if (!maxed && !full) {
|
/inkscape/src/ui/ |
H A D | interface.cpp | 189 gint full = prefs->getBool("/desktop/geometry/fullscreen"); local 216 if (full) {
|
Completed in 396 milliseconds