Searched refs:xres (Results 1 - 7 of 7) sorted by path

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex561 and that are handled gracefully by xres and QuickRes. It follows a, possibly
591 namely QuickRes and xres. They are incomplete and may even be partially wrong,
/haiku/headers/libs/print/libprint/
H A DJobData.h286 void SetXres(int32 xres);
454 JobData::SetXres(int32 xres) argument
456 fXRes = xres;
/haiku/src/add-ons/accelerants/radeon/
H A Dflat_panel.c32 uint xres = mode->timing.h_display; local
50 if( xres > flatpanel->panel_xres )
51 xres = flatpanel->panel_xres;
55 Hratio = FIX_SCALE * (uint32)xres / flatpanel->panel_xres;
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp309 PCL6Writer::BeginSession(uint16 xres, uint16 yres, UnitOfMeasure unitOfMeasure, argument
312 AppendDataXY(xres, yres);
H A DPCL6Writer.h163 void BeginSession(uint16 xres, uint16 yres,
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp457 : IppNamedAttribute(t), xres(0), yres(0), resolution_units((IPP_RESOLUTION_UNITS)0)
462 : IppNamedAttribute(t, n), xres(x), yres(y), resolution_units(u)
478 is.read((char *)&xres, sizeof(xres));
479 xres = ntohl(xres);
511 unsigned long val = htonl(xres);
528 os << '\t' << "Value(xres): " << dec << xres << '\n'; local
H A DIppContent.h362 int xres; member in class:IppResolutionAttribute

Completed in 150 milliseconds