Lines Matching refs:width
95 uint32_t width; member
113 uint32_t width; member
224 .width = DISP_WIDTH, in GetLayerInstance()
232 layerPriv.width = info.width; in GetLayerInstance()
266 for (i = 0; i < priv->width; i++) { in SetBackground()
267 framebuffer[i + j * priv->width] = 0xFF; // Blue background in SetBackground()
290 priv->pitch = layerInfo->width * BITS_PER_PIXEL / BITS_TO_BYTE; in CreateLayer()
348 dispInfo->width = priv->width; in GetDisplayInfo()
351 HDF_LOGD("%s: width = %u, height = %u, rotAngle = %u", __func__, dispInfo->width, in GetDisplayInfo()
374 HDF_LOGD("%s: width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->width, in Flush()
410 buffer->width = priv->width; in GetLayerBuffer()
423 buffer->width, buffer->height, buffer->pixFormat, buffer->pitch); in GetLayerBuffer()