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

  /external/webkit/Source/WebCore/platform/image-encoders/skia/
PNGImageEncoder.h 43 class PNGImageEncoder {
PNGImageEncoder.cpp 32 #include "PNGImageEncoder.h"
118 bool PNGImageEncoder::encode(const SkBitmap& bitmap, Vector<unsigned char>* output)
128 bool PNGImageEncoder::encode(const ImageData& bitmap, Vector<unsigned char>* output)
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 45 #include "PNGImageEncoder.h"
364 if (!PNGImageEncoder::encode(source, &encodedImage))

Completed in 200 milliseconds