Lines Matching refs:width
42 .width = bmpInfo.header.width + 1,
64 layInfo->width = (uint32_t)g_displayTest.displayInfo.width;
71 static void WriteDataToBuf(int32_t width, int32_t height, uint16_t *pBuf)
77 for (x = 0; x < width; x++) {
78 *((uint16_t*)pBuf + y * width + x) = HIFB_RED_1555;
82 for (x = ((width / LINE_WIDTH) - LINE_WIDTH); x < ((width / LINE_WIDTH) + LINE_WIDTH); x++) {
83 *((uint16_t*)pBuf + y * width + x) = HIFB_RED_1555;
90 surface->width = SAMPLE_IMAGE_WIDTH;
103 surface->width = (uint32_t)g_displayTest.displayInfo.width;
107 surface->stride = g_displayTest.displayInfo.width * bpp / BITS_PER_BYTE;
190 HDF_LOGI("%s: dispInfo width = %d", __func__, g_displayTest.displayInfo.width);
246 IRect rect = {0, 0, g_displayTest.displayInfo.width, g_displayTest.displayInfo.height};
273 WriteDataToBuf(g_displayTest.displayInfo.width, g_displayTest.displayInfo.height, pBuf);
326 uint32_t layerBufSize = g_displayTest.displayInfo.width * g_displayTest.displayInfo.height * PIXEL_BYTE;
366 uint32_t layerBufSize = g_displayTest.displayInfo.width * g_displayTest.displayInfo.height * PIXEL_BYTE;
389 .width = SAMPLE_IMAGE_WIDTH,
409 .width = SAMPLE_RECT_WIDTH,
444 .width = SAMPLE_IMAGE_WIDTH,