Searched refs:defaultResolution (Results 1 – 7 of 7) sorted by relevance
837 DisplayPhysicalResolution defaultResolution; in GetAllDisplayPhysicalResolution() local838 defaultResolution.foldDisplayMode_ = FoldDisplayMode::UNKNOWN; in GetAllDisplayPhysicalResolution()839 defaultResolution.physicalWidth_ = static_cast<uint32_t>(displayInfo->GetWidth()); in GetAllDisplayPhysicalResolution()840 defaultResolution.physicalHeight_ = static_cast<uint32_t>(displayInfo->GetHeight()); in GetAllDisplayPhysicalResolution()841 allDisplayPhysicalResolution_.emplace_back(defaultResolution); in GetAllDisplayPhysicalResolution()
336 …PRINT_HILOGD("defaultResolution = %{public}u x %{public}u", defaultValue->defaultResolution.horizo… in LogDefaultValue()337 defaultValue->defaultResolution.verticalDpi); in LogDefaultValue()598 object["horizontalDpi"] = defaultValue->defaultResolution.horizontalDpi; in UpdateResolutionDefaultValue()599 object["verticalDpi"] = defaultValue->defaultResolution.verticalDpi; in UpdateResolutionDefaultValue()
370 Print_Resolution defaultResolution; member
294 defaultValue.defaultResolution = {1, 1}; in BuildDefaultValue()
107 defaultValue.defaultResolution = {DPI_A, DPI_A}; in BuildDefaultValue()
1438 defaultValue.defaultResolution.horizontalDpi = 0; in TEST_F()1439 defaultValue.defaultResolution.verticalDpi = 0; in TEST_F()1459 defaultValue.defaultResolution.horizontalDpi = 1; in TEST_F()1460 defaultValue.defaultResolution.verticalDpi = 1; in TEST_F()
360 … if (!ParseResolutionObject(resolutionJson, nativePrinterInfo.defaultValue.defaultResolution)) { in ParsePrinterOpt()