Searched refs:supportedOrientationList (Results 1 – 3 of 3) sorted by relevance
223 void PrinterCapability::GetSupportedOrientation(std::vector<uint32_t> &supportedOrientationList) co… in GetSupportedOrientation()225 …supportedOrientationList.assign(supportedOrientationList_.begin(), supportedOrientationList_.end()… in GetSupportedOrientation()257 …d PrinterCapability::SetSupportedOrientation(const std::vector<uint32_t> &supportedOrientationList) in SetSupportedOrientation() argument260 …supportedOrientationList_.assign(supportedOrientationList.begin(), supportedOrientationList.end()); in SetSupportedOrientation()
81 void GetSupportedOrientation(std::vector<uint32_t>& supportedOrientationList) const;101 void SetSupportedOrientation(const std::vector<uint32_t>& supportedOrientationList);
205 std::vector<uint32_t> supportedOrientationList; in CreateSupportedOrientationList() local206 cap.GetSupportedQuality(supportedOrientationList); in CreateSupportedOrientationList()207 uint32_t arrLength = static_cast<uint32_t>(supportedOrientationList.size()); in CreateSupportedOrientationList()209 napi_value value = NapiPrintUtils::CreateUint32(env, supportedOrientationList[index]); in CreateSupportedOrientationList()