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

/inkscape/src/
H A Dege-color-prof-tracker.cpp496 XEvent* native = (XEvent*)xevent; local
498 Status stat = XGetWindowAttributes( native->xproperty.display, native->xproperty.window, &tmp );
500 GdkDisplay* display = gdk_x11_lookup_xdisplay(native->xproperty.display);
/inkscape/
H A Dbuildtool.cpp3079 * Return the native format of the canonical
3868 * Return the native format of the canonical
5010 String native = getNativePath(dirName); local
5011 if (rmdir(native.c_str())<0)
5014 native.c_str() , strerror(errno));
5018 removeFromStatCache(native);
5107 String native = getNativePath(file); local
5109 if (!fileExists(native))
5117 if (remove(native.c_str())<0)
5121 error("File %s is read-only", native
5171 String native = getNativePath(fileName); local
5187 String native = getNativePath(fileName); local
5207 String native = getNativePath(fileName); local
[all...]

Completed in 36 milliseconds