Lines Matching defs:height
574 imageInfo.dataSize = dc_.mapBufferInfo->width * dc_.mapBufferInfo->height * (pxSize >> 3);
576 imageInfo.header.height = dc_.mapBufferInfo->height;
588 uint32_t dataSize = dc_.mapBufferInfo->width * dc_.mapBufferInfo->height * (pxSize >> 3);
597 int16_t height = invalidatedArea.GetHeight();
598 invalidatedArea.SetWidth(height);
600 dc_.mapBufferInfo->width = height;
601 dc_.mapBufferInfo->height = width;
609 dc_.mapBufferInfo->height = dc_.bufferInfo->height;
674 invalidatedArea.SetHeight(dc_.mapBufferInfo->height);
845 uint32_t bufferSize = dc_.mapBufferInfo->stride * dc_.mapBufferInfo->height;
882 if (dc_.bufferInfo->width != fbBufferInfo->width || dc_.bufferInfo->height != fbBufferInfo->height ||