Lines Matching defs:width
208 int16_t width = GetWidth();
213 Rect rect(x, y, x + width - 1, y + height - 1);
889 void UIView::SetWidth(int16_t width)
891 if (GetWidth() != width) {
892 int16_t newWidth = width + style_->paddingLeft_ + style_->paddingRight_ +
941 void UIView::Resize(int16_t width, int16_t height)
943 SetWidth(width);
1023 void UIView::SetPosition(int16_t x, int16_t y, int16_t width, int16_t height)
1026 SetWidth(width);
1310 bufInfo.width = mask.GetWidth();
1312 bufInfo.stride = bufInfo.width * DrawUtils::GetByteSizeByColorMode(bufInfo.mode);
1316 imageInfo.header.width = bufInfo.width;
1376 void UIView::ResizeVisibleArea(int16_t x, int16_t y, int16_t width, int16_t height)
1385 visibleRect_->SetWidth(width);