HomeSort by relevance Sort by last modified time
    Searched full:compressiontype (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 228 int compressionType;
231 if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) {
266 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
267 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.h 82 enum CompressionType {
113 CompressionType biCompression;
BMPImageReader.cpp 237 m_infoHeader.biCompression = static_cast<CompressionType>(biCompression);

Completed in 78 milliseconds