Searched refs:full (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/livarot/
H A DBitLigne.h45 // reset the line to full empty
49 // full==true means that the bits from (fractional) position spos to epos are entirely covered
50 // full==false means the bits are not entirely covered, ie this is an edge
52 int AddBord(float spos,float epos,bool full);
H A DBitLigne.cpp55 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/ui/dialog/
H A Dextensions.cpp51 void ExtensionsPanel::set_full(bool full) argument
53 if ( full != _showAll ) {
54 _showAll = full;
H A Dextensions.h38 void set_full(bool full);
H A Dswatches.cpp551 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/live_effects/parameter/
H A Doriginalpatharray.cpp126 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 Dshortcuts.cpp243 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);
H A Dsp-pattern.cpp619 Geom::Affine full(cm.xx, cm.yx, cm.xy, cm.yy, 0, 0);
633 Geom::Point c(pattern_tile.dimensions() * ps2user.descrim() * full.descrim() * 2.0);
/inkscape/src/widgets/
H A Ddesktop-widget.cpp1289 bool full = desktop->is_fullscreen(); local
1290 prefs->setBool("/desktop/geometry/fullscreen", full);
1297 if (!maxed && !full) {
/inkscape/src/ui/
H A Dinterface.cpp189 gint full = prefs->getBool("/desktop/geometry/fullscreen"); local
216 if (full) {

Completed in 46 milliseconds