Searched refs:fbInfo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOKitUser-1050.1.21/
H A DTests.c222 IOFramebufferInformation fbInfo; local
270 kr = IOFBGetFramebufferInformationForAperture( fb, 0, &fbInfo)
299 printf("%ld x %ld", fbInfo.activeWidth, fbInfo.activeHeight);
310 bits += (fbInfo.activeWidth / 2)
311 + fbInfo.bytesPerRow * (fbInfo.activeHeight / 2);
315 bits += fbInfo.bytesPerRow;
409 printf("%ld x %ld", fbInfo.activeWidth, fbInfo
[all...]
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c273 IOFramebufferInformation fbInfo; local
342 kr = IOFBGetFramebufferInformationForAperture( fb, 0, &fbInfo)
376 printf("%ld x %ld", fbInfo.activeWidth, fbInfo.activeHeight);
387 bits += (fbInfo.activeWidth / 2)
388 + fbInfo.bytesPerRow * (fbInfo.activeHeight / 2);
392 bits += fbInfo.bytesPerRow;
502 printf("%ld x %ld", fbInfo.activeWidth, fbInfo
[all...]

Completed in 89 milliseconds