Searched refs:displayAttributes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLibInternal.h427 CFMutableDictionaryRef displayAttributes; member in struct:IOFBConnect
H A DIODisplayLib.c2612 if (connectRef->displayAttributes)
2623 data = (CFMutableDataRef) CFDictionaryGetValue(connectRef->displayAttributes, key);
2629 CFDictionarySetValue(connectRef->displayAttributes, key, data);
2992 if (connectRef->displayAttributes) CFRelease(connectRef->displayAttributes);
2993 connectRef->displayAttributes = CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
H A DIOGraphicsLib.c1578 if (data && connectRef->displayAttributes)
1580 CFDictionarySetValue(connectRef->displayAttributes, CFSTR(kIODisplayAttributesKey), data);
1586 CFDictionaryApplyFunction(attrDict, &IOFBDictSetValues, connectRef->displayAttributes);
1588 err = IOConnectSetCFProperty(connectRef->connect, CFSTR(kIODisplayAttributesKey), connectRef->displayAttributes);
1589 // CFDictionarySetValue(connectRef->kernelInfo, CFSTR(kIODisplayAttributesKey), connectRef->displayAttributes);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp318 OSObject * displayAttributes; member in struct:IOFramebufferPrivate
5215 if (oldfb->__private->displayAttributes) oldfb->__private->displayAttributes->retain();
5216 if (fb->__private->displayAttributes) fb->__private->displayAttributes->release();
5217 fb->__private->displayAttributes = oldfb->__private->displayAttributes;
5650 setDisplayAttributes(__private->displayAttributes);
7835 if (__private->displayAttributes) __private->displayAttributes
[all...]

Completed in 222 milliseconds