Searched defs:part (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-extrude.cpp | 145 Piecewise<D2<SBasis> > part = cut; local 146 part.continuousConcat(connector + cut.lastValue()); 147 part.continuousConcat(reverse(cut) + extrude_vector.getVector()); 148 part.continuousConcat(reverse(connector) + cut.firstValue()); 149 pwd2_out.concat( part ); 154 Piecewise<D2<SBasis> > part = cut; local 155 part.continuousConcat(connector + cut.lastValue()); 156 part.continuousConcat(reverse(cut) + extrude_vector.getVector()); 157 part.continuousConcat(reverse(connector) + cut.firstValue()); 158 pwd2_out.concat( part ); 161 Piecewise<D2<SBasis> > part = cut; local [all...] |
/inkscape/src/ |
H A D | conditions.cpp | 134 gchar *part = g_strstrip(str); local 135 if ( 0 == *part ) 137 parts.push_back(part);
|
/inkscape/cxxtest/ |
H A D | cxxtestgen.py | 19 --part Don\'t write CxxTest globals 38 part = None variable 84 'root', 'part', 'no-static-init', 'factor', 'longlong='] ) 93 global haveExceptionHandling, noExceptionHandling, abortOnFail, headers, root, part, noStaticInit 124 elif o == '--part': 125 part = 1 136 if noStaticInit and (root or part): 137 abort( '--no-static-init cannot be used with --root/--part' ) 201 '''Analyze line which is part of a suite''' 209 '''Returns whether current line is part o [all...] |
/inkscape/src/ui/dialog/ |
H A D | color-item.cpp | 736 std::string part; local 738 if ( getBlock( part, 'T', subby ) ) { 740 if ( popVal( colorIndex, part ) ) { 742 if ( popVal( percent, part ) ) { 749 if ( getBlock( part, 'S', subby ) ) { 751 if ( popVal( colorIndex, part ) ) { 753 if ( popVal( percent, part ) ) { 755 if ( !popVal( grayLevel, part ) ) {
|
H A D | inkscape-preferences.cpp | 1010 gchar* part = g_strdup_printf( "\n%s", it->c_str() ); local 1011 tmpStr += part; 1012 g_free(part);
|
/inkscape/cxxtest/cxxtest/ |
H A D | Win32Gui.h | 457 void setStatusTime( unsigned part, DWORD start ) argument 469 setStatusPart( part, _timeString ); 488 void setStatusPart( unsigned part, const char *text ) argument 490 statusBarMessage( SB_SETTEXTA, part, text );
|
Completed in 291 milliseconds