Searched refs:degrees (Results 1 – 2 of 2) sorted by relevance
203 const char* ExifElementsTable::degreesToExifOrientation(unsigned int degrees) { in degreesToExifOrientation() argument205 if (degrees == degress_to_exif_lut[i].integer) { in degreesToExifOrientation()
2407 int degrees = (int) value; in parseLatLong() local2409 double remainder = value - degrees; in parseLatLong()2413 *pDegrees = degrees; in parseLatLong()2420 int degrees, minutes, seconds; in setLatLon() local2422 parseLatLong(latlonString, °rees, &minutes, &seconds); in setLatLon()2424 rat_t value[3] = { {degrees, 1}, in setLatLon()