Searched defs:common (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/2geom/
H A Dline.cpp180 OptInterval common = xpart & ypart; local
181 if (common) {
182 Point p1 = pointAt(common->min()), p2 = pointAt(common->max());
/inkscape/src/ui/widget/
H A Dfont-variants.cpp585 bool common = _ligatures_common.get_active(); local
590 if( !common && !discretionary && !historical && !contextual ) {
592 } else if ( common && !discretionary && !historical && contextual ) {
596 if ( !common )
597 css_string += "no-common-ligatures ";
/inkscape/src/widgets/
H A Dfill-style.cpp561 SPColor common; local
563 common = sp_desktop_get_color(desktop, kind == FILL);
565 common = targPaint.value.color;
567 vector = sp_document_default_gradient_vector( document, common, createSwatch );
/inkscape/src/ui/dialog/
H A Dinput.cpp1005 Glib::ustring common = getCommon(names); local
1006 if ( !common.empty() ) {
1007 it->name = common;
1331 // As a work-around for a common problem, enable tablet toggles on the calligraphic tool.

Completed in 29 milliseconds