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

/inkscape/src/extension/internal/
H A Dimage-resolution.cpp176 static double exifDouble(ExifEntry *entry, ExifByteOrder byte_order) { function in namespace:Inkscape::Extension::Internal
230 x_ = exifDouble(xres, byte_order);
231 y_ = exifDouble(yres, byte_order);
233 double u = exifDouble(unit, byte_order);

Completed in 14 milliseconds