Home
last modified time | relevance | path

Searched refs:rowBytes (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/console/art/
H A Dscalegear.c48 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()
/xnu-12377.81.4/iokit/Kernel/
H A DIOHibernateIO.cpp1035 uint32_t rowBytes, pixelShift; in ProgressInit() local
1042 rowBytes = display->rowBytes; in ProgressInit()
1050 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressInit()
1053 out = screen + y * rowBytes; in ProgressInit()
1088 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1100 rowBytes = display->rowBytes; in ProgressUpdate()
1104 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressUpdate()
1111 out = screen + y * rowBytes; in ProgressUpdate()
1205 graphicsInfo->rowBytes = (uint32_t) consoleInfo.v_rowBytes; in IOHibernateSystemHasSlept()
2606 * gIOHibernateGraphicsInfo->rowBytes); in hibernate_machine_init()
/xnu-12377.81.4/iokit/IOKit/
H A DIOHibernatePrivate.h487 uint32_t rowBytes; // Number of bytes per pixel row member