Lines Matching defs:imod
300 Inkscape::Extension::Input *imod = *current_item;
301 if (imod->deactivated()) continue;
304 filter.name = g_utf8_to_utf16(_(imod->get_filetypename()),
308 const gchar *file_extension_name = imod->get_extension();
312 filter.mod = imod;
322 if( strncmp("image", imod->get_mimetype(), 5) == 0)
333 strncmp("image/png", imod->get_mimetype(), 9)==0 ||
334 strncmp("image/jpeg", imod->get_mimetype(), 10)==0 ||
335 strncmp("image/gif", imod->get_mimetype(), 9)==0 ||
336 strncmp("image/x-icon", imod->get_mimetype(), 12)==0 ||
337 strncmp("image/x-navi-animation", imod->get_mimetype(), 22)==0 ||
338 strncmp("image/x-cmu-raster", imod->get_mimetype(), 18)==0 ||
339 strncmp("image/x-xpixmap", imod->get_mimetype(), 15)==0 ||
340 strncmp("image/bmp", imod->get_mimetype(), 9)==0 ||
341 strncmp("image/vnd.wap.wbmp", imod->get_mimetype(), 18)==0 ||
342 strncmp("image/tiff", imod->get_mimetype(), 10)==0 ||
343 strncmp("image/x-xbitmap", imod->get_mimetype(), 15)==0 ||
344 strncmp("image/x-tga", imod->get_mimetype(), 11)==0 ||
345 strncmp("image/x-pcx", imod->get_mimetype(), 11)==0