Searched refs:IPP_RESOLUTION_UNITS (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/print/transports/ipp/ |
H A D | IppContent.h | 125 enum IPP_RESOLUTION_UNITS { enum 347 IppResolutionAttribute(IPP_TAG t, const char *n, int, int, IPP_RESOLUTION_UNITS); 364 IPP_RESOLUTION_UNITS resolution_units; 418 void setResolution(const char *name, int x, int y, IPP_RESOLUTION_UNITS u);
|
H A D | IppContent.cpp | 457 : IppNamedAttribute(t), xres(0), yres(0), resolution_units((IPP_RESOLUTION_UNITS)0) in IppResolutionAttribute() 461 …onAttribute::IppResolutionAttribute(IPP_TAG t, const char *n, int x, int y, IPP_RESOLUTION_UNITS u) in IppResolutionAttribute() 498 resolution_units = (IPP_RESOLUTION_UNITS)c; in input() 856 void IppContent::setResolution(const char *name, int x, int y, IPP_RESOLUTION_UNITS u) in setResolution()
|