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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp152 info->pixelType = kIOCLUTPixels;
161 info->pixelType = kIORGBDirectPixels;
172 info->pixelType = kIORGBDirectPixels;
H A DIOFramebuffer.cpp1296 if ((pixelInfo->pixelType == kIORGBSignedFloatingPointPixels)
1305 if (pixelInfo->pixelType == kIORGBSignedDirectPixels)
1330 && (pixelInfo.pixelType == matchInfo->pixelType)
5489 pixelInfo.pixelType = kIORGBDirectPixels;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c181 Int pixelType; member in struct:__anon13214
191 Int pixelType; member in struct:__anon13215
439 sprintf (str, "\tPixel type : %s\n", (th->pixelType == TYPE_FLOAT? strFloat:
440 (th->pixelType == TYPE_USHORT? strUShort:
441 (th->pixelType == TYPE_UBYTE? strUByte:
573 th->pixelType = TYPE_FLOAT;
575 th->pixelType = TYPE_USHORT;
577 th->pixelType = TYPE_UBYTE;
605 sprintf (buf, strPixelType, (th->pixelType == TYPE_FLOAT? strFloat:
606 (th->pixelType
1181 Int pixelType; local
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h98 * @field pixelType One of kIOCLUTPixels (indexed pixels with changeable CLUT), kIORGBDirectPixels (direct pixels).
113 UInt32 pixelType; member in struct:IOPixelInformation
198 UInt32 pixelType; member in struct:IOFramebufferInformation
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2092 UInt32 pixelType; local
2133 info->pixelType = kIOCLUTPixels;
2142 info->pixelType = kIORGBDirectPixels;
2157 pixelType = kIORGBDirectPixels;
2161 pixelType = pixelInfo.vpPixelType;
2169 pixelType = pixelInfo.vpPixelType;
2182 info->pixelType = pixelType;
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c440 info->pixelType = pixelInfo.pixelType;
4623 pixelInfo->pixelType = kIORGBDirectPixels;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDraw.c483 pixmap.pixelType = RGBDirect;

Completed in 165 milliseconds