Home
last modified time | relevance | path

Searched refs:yres (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c184 result->resolution.yres = v->resolution.yres; in papiAttributeValueDup()
342 char *name, int xres, int yres, in papiAttributeListAddResolution() argument
348 v.resolution.yres = yres; in papiAttributeListAddResolution()
565 *y = value->resolution.yres; in papiAttributeListGetResolution()
738 value->resolution.yres = atoi(parts[2]); in _add_attribute_value()
948 values[i]->resolution.yres, in papiAttributeToString()
H A Dpapi.h108 int yres; member
273 int xres, int yres,
/titanic_50/usr/src/lib/print/libipp-core/common/
H A Dwrite.c244 y = (int)(value->resolution).yres; in ipp_write_attribute()