Searched refs:func (Results 1 - 8 of 8) sorted by relevance

/inkscape/share/extensions/test/
H A Dinkweb-debug.js52 var func = arg.callee;
54 if ( ! func.argList ) {
55 func.argList = func.toString()
59 for ( var a,i=0; a=func.argList[i]; i++ ) {
/inkscape/src/inkgc/
H A Dgc-core.h55 CleanupFunc func, void *data,
88 CleanupFunc func,
93 return _ops.register_finalizer_ignore_self(base, func, data,
87 register_finalizer_ignore_self(void *base, CleanupFunc func, void *data, CleanupFunc *old_func, void **old_data) argument
/inkscape/share/extensions/
H A Ddraw_from_triangle.py127 func = eval('lambda params: ' + temp.strip('"')) #the function leading to the trilinar element
128 trilin_pts.append(func(params))#evaluate the function for the first trilinear element
452 func = eval('lambda params: ' + strings[i].strip('"')) #the function leading to the trilinar element
453 pt.append(func(params)) #evaluate the function for the trilinear element
462 func = eval('lambda params: ' + strings.strip('"')) #the function leading to the radius
463 r = func(params)
/inkscape/cxxtest/cxxtest/
H A DWin32Gui.h192 FUNC func = (FUNC)GetProcAddress( dll, "InitCommonControls" ); local
193 if ( !func )
196 func();
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h178 Function *func);
H A Dsvg-builder.cpp754 Function *func; local
770 func = axial_shading->getFunc(0);
785 func = radial_shading->getFunc(0);
807 if ( num_funcs > 1 || !_addGradientStops(gradient, shading, func) ) {
868 Function *func) {
869 int type = func->getType();
880 StitchingFunction *stitchingFunc = static_cast<StitchingFunction*>(func);
867 _addGradientStops(Inkscape::XML::Node *gradient, GfxShading *shading, Function *func) argument
H A Dpdf-parser.h91 void (PdfParser::*func)(Object args[], int numArgs); member in struct:PdfOperator
H A Dpdf-parser.cpp592 (this->*op->func)(argPtr, numArgs);

Completed in 3098 milliseconds