Lines Matching defs:height
116 GRAPHIC_LOGI("LayerInfo, width=%d, height=%d, stride=%d",
117 layerData_->width, layerData_->height, layerData_->stride);
170 layerInfo.height = layerData_->height;
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);
672 int16_t tmp = layerData_->height - event.x;
717 uint32_t height = 0;
728 height = screenshotSurface_->GetHeight();
729 if (width > layerData_->width || height > layerData_->height) {
741 for (uint32_t i = 0; i < height; i++) {