Lines Matching defs:width
116 GRAPHIC_LOGI("LayerInfo, width=%d, height=%d, stride=%d",
117 layerData_->width, layerData_->height, layerData_->stride);
169 layerInfo.width = layerData_->width;
249 void LiteWM::Resize(int32_t id, int16_t width, int16_t height)
257 window->Resize(width, height);
567 Rect rect(0, 0, layerData_->width - 1, layerData_->height - 1);
590 Rect rect(0, 0, layerData_->width - 1, layerData_->height - 1);
716 uint32_t width = 0;
727 width = screenshotSurface_->GetWidth();
729 if (width > layerData_->width || height > layerData_->height) {
737 lineSize = width * bpp;