HomeSort by relevance Sort by last modified time
    Searched refs:pixelFormatInfo (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 71 ICMPixelFormatInfo pixelFormatInfo = {sizeof(ICMPixelFormatInfo), 0};
72 if (ICMGetPixelFormatInfo(m_pixelFormat, &pixelFormatInfo) != noErr) {
81 bool isIndexed = pixelFormatInfo.formatFlags & kICMPixelFormatIsIndexed;
82 bool isQD = pixelFormatInfo.formatFlags & kICMPixelFormatIsSupportedByQD;
83 bool isMonochrome = pixelFormatInfo.formatFlags & kICMPixelFormatIsMonochrome;
84 bool hasAlpha = pixelFormatInfo.formatFlags & kICMPixelFormatHasAlphaChannel;
93 depth = 32 + std::min<unsigned int>(8, pixelFormatInfo.bitsPerPixel[0]);
97 depth = pixelFormatInfo.bitsPerPixel[0];
  /frameworks/native/include/ui/
DisplayInfo.h 38 PixelFormatInfo pixelFormatInfo;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 133 return info.pixelFormatInfo.bitsPerPixel;
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 640 getPixelFormatInfo(hw->getFormat(), &info->pixelFormatInfo);
    [all...]

Completed in 356 milliseconds