Searched refs:resolution_units (Results 1 – 2 of 2) sorted by relevance
457 : IppNamedAttribute(t), xres(0), yres(0), resolution_units((IPP_RESOLUTION_UNITS)0) in IppResolutionAttribute()462 : IppNamedAttribute(t, n), xres(x), yres(y), resolution_units(u) in IppResolutionAttribute()498 resolution_units = (IPP_RESOLUTION_UNITS)c; in input()519 unsigned char c = (unsigned char)resolution_units; in output()530 os << '\t' << "Value(unit): " << dec << resolution_units << '\n'; in print()
364 IPP_RESOLUTION_UNITS resolution_units; variable