Searched refs:orientationEnum (Results 1 – 2 of 2) sorted by relevance
376 int orientationEnum = ippGetInteger(attrPtr, 0); in ParseOrientationAttributes() local377 … printerCaps.SetPrinterAttrNameAndValue(keyword.c_str(), std::to_string(orientationEnum).c_str()); in ParseOrientationAttributes()378 PRINT_HILOGD("orientation-default found: %{public}d", orientationEnum); in ParseOrientationAttributes()389 int orientationEnum = ippGetInteger(attrPtr, i); in ParseOrientationAttributes() local390 supportedOrientationArray.push_back(orientationEnum); in ParseOrientationAttributes()391 supportedOrientations.emplace_back(orientationEnum); in ParseOrientationAttributes()392 PRINT_HILOGD("orientation-supported found: %{public}d", orientationEnum); in ParseOrientationAttributes()
629 … int orientationEnum = static_cast<int>(capability->supportedOrientations[i]) + ORIENTATION_OFFSET; in UpdateOrientationCapability() local630 supportedOrientationArray.push_back(orientationEnum); in UpdateOrientationCapability()631 supportedOrientations.push_back(static_cast<uint32_t>(orientationEnum)); in UpdateOrientationCapability()