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