Searched refs:foo (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/libdepixelize/priv/ |
H A D | point.h | 42 Point operator/(T foo) const 44 return Point(x / foo, y / foo);
|
/inkscape/share/extensions/ |
H A D | lorem_ipsum.py | 26 foo=[ variable 206 text+=foo[0] 209 text+=foo[random.randint(0,len(foo)-1)]
|
H A D | embed_raster_in_svg.pl | 21 embed_raster_in_svg foo.svg
|
/inkscape/share/extensions/test/ |
H A D | inkweb-debug.js | 195 ** function foo (bar) { 196 ** InkWeb.log( 'Call function foo with argument bar="'+bar+'"' ); 199 ** if ( foo == bar ) { 200 ** foo = other; 201 ** InkWeb.log( "warn", "foo must not be bar." );
|
/inkscape/src/2geom/ |
H A D | coord.cpp | 1331 int foo = kCachedPowersOffset; 1333 (foo + static_cast<int>(k) - 1) / kDecimalExponentDistance + 1;
|
/inkscape/ |
H A D | buildtool.cpp | 565 static int foo(const char *re, int re_len, const char *s, int s_len, function in namespace:buildtool 636 return foo(regexp, (int) strlen(regexp), s, s_len, &info);
|
Completed in 346 milliseconds