Searched refs:IppResolutionAttribute (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h344 class IppResolutionAttribute : public IppNamedAttribute { class in inherits:IppNamedAttribute
346 IppResolutionAttribute(IPP_TAG t);
347 IppResolutionAttribute(IPP_TAG t, const char *n, int, int, IPP_RESOLUTION_UNITS);
348 virtual ~IppResolutionAttribute() {}
353 friend istream& operator >> (istream &is, IppResolutionAttribute &attr)
357 friend ostream& operator << (ostream &os, const IppResolutionAttribute &attr)
H A DIppContent.cpp456 IppResolutionAttribute::IppResolutionAttribute(IPP_TAG t) function in class:IppResolutionAttribute
461 IppResolutionAttribute::IppResolutionAttribute(IPP_TAG t, const char *n, int x, int y, IPP_RESOLUTION_UNITS u) function in class:IppResolutionAttribute
466 int IppResolutionAttribute::length() const
471 istream &IppResolutionAttribute::input(istream &is)
506 ostream &IppResolutionAttribute::output(ostream &os) const
525 ostream &IppResolutionAttribute::print(ostream &os) const
747 IppResolutionAttribute *attr = new IppResolutionAttribute((IPP_TA
[all...]

Completed in 52 milliseconds