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

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp284 Filter all_files, all_inkscape_files, all_image_files, all_vectors, all_bitmaps; local
370 all_vectors.name = g_utf8_to_utf16(all_vectors_filter_name,
371 -1, NULL, &all_vectors.name_length, NULL);
372 all_vectors.filter = g_utf8_to_utf16(all_vectors_filter.data(),
373 -1, NULL, &all_vectors.filter_length, NULL);
374 all_vectors.mod = NULL;
375 filter_list.push_front(all_vectors);
406 all_vectors.filter_length +
407 all_vectors.name_length + 3 +

Completed in 17 milliseconds