Lines Matching refs:absScreen
31 AbstractDisplay::AbstractDisplay(DisplayId id, sptr<SupportedScreenModes>& info, sptr<AbstractScreen>& absScreen)
34 if (info == nullptr || absScreen == nullptr) {
35 WLOGFE("info or absScreen is nullptr");
38 screenId_ = absScreen->dmsId_;
39 screenGroupId_ = absScreen->groupDmsId_;
43 orientation_ = absScreen->orientation_;
44 name_ = absScreen->GetScreenName();
45 static_cast<void>(RequestRotation(absScreen->rotation_));
57 CalculateXYDpi(absScreen->GetPhyWidth(), absScreen->GetPhyHeight());
63 absScreen->SetVirtualPixelRatio(virtualPixelRatio_);
76 absScreen->SetVirtualPixelRatio(virtualPixelRatio_);