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

/inkscape/src/helper/
H A Dpng-write.cpp210 const gchar* pngToDc[] = {"Title", "title", local
220 for (size_t i = 0; i < G_N_ELEMENTS(pngToDc); i += 2) {
221 struct rdf_work_entity_t * entity = rdf_find_entity ( pngToDc[i + 1] );
225 textList.add(pngToDc[i], data);
228 g_warning("Unable to find entity [%s]", pngToDc[i + 1]);

Completed in 14 milliseconds