Searched defs:ofile (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddeptool.cpp315 bool processDependency(FileRec *ofile,
322 bool processReference(FileRec *ofile,
883 bool DepTool::processDependency(FileRec *ofile, argument
891 if (ofile->files.find(fname) != ofile->files.end())
897 ofile->files[fname] = child;
899 processDependency(ofile, child, depth+1);
966 FileRec *ofile = new FileRec(FileRec::OFILE); local
967 ofile->path = include->path;
968 ofile
[all...]
/inkscape/
H A Dbuildtool.cpp5904 bool processDependency(FileRec *ofile, FileRec *include);
6269 bool DepTool::processDependency(FileRec *ofile, FileRec *include) argument
6275 if (ofile->files.find(fname) != ofile->files.end())
6281 ofile->files[fname] = child;
6283 processDependency(ofile, child);
6317 FileRec *ofile = new FileRec(FileRec::OFILE); local
6318 ofile->path = include->path;
6319 ofile->baseName = include->baseName;
6320 ofile
[all...]

Completed in 27 milliseconds