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

  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 53 // ImageFrame represents the decoded image data. This buffer is what all
55 class ImageFrame {
74 ImageFrame();
76 ImageFrame(const ImageFrame& other) { operator=(other); }
80 ImageFrame& operator=(const ImageFrame& other);
89 bool copyBitmapData(const ImageFrame&);
93 void copyReferenceToBitmapData(const ImageFrame&);
219 // (e.g. JPEGImageDecoder). This base manages the ImageFrame cache
    [all...]
ImageDecoder.cpp 135 ImageFrame::ImageFrame()
144 ImageFrame& ImageFrame::operator=(const ImageFrame& other)
158 void ImageFrame::clearPixelData()
169 void ImageFrame::zeroFillPixelData()
177 void ImageFrame::copyReferenceToBitmapData(const ImageFrame& other)
183 bool ImageFrame::copyBitmapData(const ImageFrame& other
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/qt/
ImageFrameQt.cpp 38 ImageFrame::ImageFrame()
47 ImageFrame& ImageFrame::operator=(const ImageFrame& other)
60 void ImageFrame::clearPixelData()
71 void ImageFrame::zeroFillPixelData()
80 bool ImageFrame::copyBitmapData(const ImageFrame& other)
92 bool ImageFrame::setSize(int newWidth, int newHeight
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 37 ImageFrame::ImageFrame()
45 ImageFrame& ImageFrame::operator=(const ImageFrame& other)
62 void ImageFrame::clearPixelData()
72 void ImageFrame::zeroFillPixelData()
77 bool ImageFrame::copyBitmapData(const ImageFrame& other)
87 bool ImageFrame::setSize(int newWidth, int newHeight
    [all...]

Completed in 2838 milliseconds