Lines Matching refs:width
116 struct gbm_bo *HdiGbmBoCreate(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format,
129 bo->width = width;
135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN);
139 DISPLAY_LOGD("fmt 0x%{public}x create dumb width: %{public}d height: %{public}d bpp: %{public}u pitch"
141 format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size);
145 "fmt 0x%{public}x create dumb width: %{public}d height: %{public}d stride %{public}d size %{public}u", format,
146 bo->width, bo->height, bo->stride, bo->size);
172 return bo->width;