Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c1036 ipp_attribute_t *attrptr3; in parse_getMediaSupported() local
1037 for (attrptr3 = ippFirstAttribute(collection_sec); in parse_getMediaSupported()
1038 (attrptr3 != NULL); in parse_getMediaSupported()
1039 attrptr3 = ippNextAttribute(collection_sec)) { in parse_getMediaSupported()
1040 if (strcmp("x-dimension", ippGetName(attrptr3)) == 0) { in parse_getMediaSupported()
1041 if (ippGetValueTag(attrptr3) == IPP_TAG_RANGE) { in parse_getMediaSupported()
1042 minWidth = ippGetRange(attrptr3, 0, &maxWidth); in parse_getMediaSupported()
1044 } else if (ippGetValueTag(attrptr3) == IPP_TAG_INTEGER) { in parse_getMediaSupported()
1045 maxWidth = ippGetInteger(attrptr3, 0); in parse_getMediaSupported()
1048 } else if (strcmp("y-dimension", ippGetName(attrptr3)) == 0) { in parse_getMediaSupported()
[all …]