Lines Matching refs:width_
40 width_ = static_cast<int32_t>(info->width_); in AbstractDisplay()
46 if (width_ > height_) { in AbstractDisplay()
51 if (info->width_ < info->height_) { in AbstractDisplay()
67 if ((info->width_ >= PHONE_SCREEN_WIDTH) || (info->height_ >= PHONE_SCREEN_WIDTH)) { in AbstractDisplay()
68 if ((info->width_ == PAD_SCREEN_WIDTH) || (info->height_ == PAD_SCREEN_WIDTH)) { in AbstractDisplay()
87 xDpi_ = width_ * INCH_2_MM / phyWidth_; in CalculateXYDpi()
98 return width_; in GetWidth()
138 width_ = width; in SetWidth()
151 xDpi_ = width_ * INCH_2_MM / phyWidth_; in UpdateXDpi()
201 std::swap(width_, height_); in RequestRotation()
249 width_ = static_cast<int32_t>(info->width_); in BindAbstractScreen()
276 displayInfo->SetWidth(width_); in ConvertToDisplayInfo()