Searched refs:verticalScaledInset (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/IOGraphics-485/tools/
H A Dmlist.c82 printf(" verticalScaledInset %d\n", timingInfo->verticalScaledInset);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h310 * @field verticalScaledInset If the mode is scaled, sets the number of active lines to remove the top and bottom edges in order to display an underscanned image.
355 UInt32 verticalScaledInset; // lines member in struct:IODetailedTimingInformationV2
652 * kIOScaleCanSupportInset If set framebuffer can support scaled modes with non-zero horizontalScaledInset, verticalScaledInset fields.<br>
654 * kIOScaleCanBorderInsetOnly If set framebuffer can support scaled modes with non-zero horizontalScaledInset, verticalScaledInset fields, but requires the active pixels to be equal in size to the inset area, ie. can do insets with a border versus scaling an image.<br>
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c3368 insetV = desc->timingInfo.detailedInfo.v2.verticalScaledInset;
3446 desc->timingInfo.detailedInfo.v2.verticalScaledInset = height;
3466 || desc->timingInfo.detailedInfo.v2.verticalScaledInset)
3913 && (!timingInfo->detailedInfo.v2.verticalScaledInset)
H A DIODisplayLib.c1350 fprintf(connectRef->logfile, " verticalScaledInset %d\n", (int) timing->detailedInfo.v2.verticalScaledInset);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1675 scaler.csVerticalInset = desc->verticalScaledInset;
2042 || (detailed->verticalScaledInset != scaler.csVerticalInset)
2284 info->detailedInfo.v2.verticalScaledInset = scaler.csVerticalInset;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp7425 || __private->timingInfo.detailedInfo.v2.verticalScaledInset

Completed in 231 milliseconds