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

/inkscape/src/
H A Dselection-chemistry.cpp3481 gchar const *dpi_string; local
3496 dpi_string = repr->attribute("inkscape:export-xdpi");
3497 if (dpi_string != NULL) {
3498 *xdpi = atof(dpi_string);
3504 dpi_string = repr->attribute("inkscape:export-ydpi");
3505 if (dpi_string != NULL) {
3506 *ydpi = atof(dpi_string);
3526 gchar const *dpi_string = repr->attribute("inkscape:export-xdpi"); local
3527 if (dpi_string != NULL) {
3528 *xdpi = atof(dpi_string);
[all...]

Completed in 35 milliseconds