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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DquartzRandR.c71 static long getDictLong (CFDictionaryRef dictRef, CFStringRef key) { function in typeref:typename:long
97 pMode->width = (size_t) getDictLong(modeRef, kCGDisplayWidth);
98 pMode->height = (size_t) getDictLong(modeRef, kCGDisplayHeight);
142 curBpp = getDictLong(curModeRef, kCGDisplayBitsPerPixel);
153 if (((unsigned long) getDictLong(modeRef, kCGDisplayIOFlags) &
156 if (getDictLong(modeRef, kCGDisplayBitsPerPixel) != curBpp)

Completed in 3 milliseconds