Searched refs:rowBytes (Results 1 – 3 of 3) sorted by relevance
48 vs.rowBytes = vs.width * sizeof(uint32_t); in main()49 vs.data = malloc(vs.height * vs.rowBytes); in main()53 vd.rowBytes = vd.width * sizeof(uint32_t); in main()54 vd.data = malloc(vd.height * vd.rowBytes); in main()
949 uint32_t rowBytes, pixelShift; in ProgressInit() local956 rowBytes = display->rowBytes; in ProgressInit()964 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressInit()967 out = screen + y * rowBytes; in ProgressInit()1002 uint32_t rowBytes, pixelShift; in ProgressUpdate() local1014 rowBytes = display->rowBytes; in ProgressUpdate()1018 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressUpdate()1025 out = screen + y * rowBytes; in ProgressUpdate()1119 graphicsInfo->rowBytes = (uint32_t) consoleInfo.v_rowBytes; in IOHibernateSystemHasSlept()2489 * gIOHibernateGraphicsInfo->rowBytes); in hibernate_machine_init()
268 uint32_t rowBytes; // Number of bytes per pixel row member