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

/macosx-10.10/IOGraphics-485/tools/
H A Dmlist.c83 printf(" scalerFlags 0x%x\n", timingInfo->scalerFlags);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c982 eF = existingTimingInfo->scalerFlags;
985 nF = newTimingInfo->scalerFlags;
1181 if (kIOScaleSwapAxes & desc->timingInfo.detailedInfo.v2.scalerFlags)
1197 if (kIOScaleSwapAxes & desc->timingInfo.detailedInfo.v2.scalerFlags)
3375 if (kIOScaleSwapAxes & desc->timingInfo.detailedInfo.v2.scalerFlags)
3385 if (kIOScaleSwapAxes & desc->timingInfo.detailedInfo.v2.scalerFlags)
3418 desc->timingInfo.detailedInfo.v2.scalerFlags &= ~kIOScaleRotateFlags;
3462 desc->timingInfo.detailedInfo.v2.scalerFlags |= (connectRef->transform & kIOScaleRotateFlags);
3549 desc->timingInfo.detailedInfo.v2.scalerFlags = 0;
3571 desc->timingInfo.detailedInfo.v2.scalerFlags |
[all...]
H A DIODisplayLib.c882 t2->scalerFlags = OSReadBigInt32(&t1->scalerFlags, 0);
1346 fprintf(connectRef->logfile, " scalerFlags %x\n", (int) timing->detailedInfo.v2.scalerFlags);
1955 timing->detailedInfo.v2.scalerFlags = kIOScaleStretchToFit;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h311 * @field scalerFlags If the mode is scaled,
357 UInt32 scalerFlags; member in struct:IODetailedTimingInformationV2
412 // scalerFlags
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp606 DEBG(thisName, " boot scalerFlags 0x%x\n", (uint32_t) scaler.csScalerFlags);
1671 scaler.csScalerFlags = desc->scalerFlags;
2043 || (detailed->scalerFlags != scaler.csScalerFlags)))
2280 info->detailedInfo.v2.scalerFlags = scaler.csScalerFlags;
2288 info->detailedInfo.v2.scalerFlags = 0;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp7423 (__private->timingInfo.detailedInfo.v2.scalerFlags

Completed in 206 milliseconds