Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp378 int orientationEnum = ippGetInteger(attrPtr, 0); in ParseOrientationAttributes() local
379 printerCaps.SetPrinterAttrNameAndValue(keyword.c_str(), std::to_string(orientationEnum).c_str()); in ParseOrientationAttributes()
380 PRINT_HILOGD("orientation-default found: %{public}d", orientationEnum); in ParseOrientationAttributes()
391 int orientationEnum = ippGetInteger(attrPtr, i); in ParseOrientationAttributes() local
392 supportedOrientationArray.push_back(orientationEnum); in ParseOrientationAttributes()
393 supportedOrientations.emplace_back(orientationEnum); in ParseOrientationAttributes()
394 PRINT_HILOGD("orientation-supported found: %{public}d", orientationEnum); in ParseOrientationAttributes()
H A Dvendor_helper.cpp609 int orientationEnum = static_cast<int>(capability->supportedOrientations[i]) + ORIENTATION_OFFSET; in UpdateOrientationCapability() local
610 supportedOrientationArray.push_back(orientationEnum); in UpdateOrientationCapability()
611 supportedOrientations.push_back(static_cast<uint32_t>(orientationEnum)); in UpdateOrientationCapability()

Completed in 2 milliseconds