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

  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/
ImageDecoder.h 52 // ImageFrame represents the decoded image data. This buffer is what all
54 class ImageFrame {
69 ImageFrame();
71 ImageFrame(const ImageFrame& other) { operator=(other); }
75 ImageFrame& operator=(const ImageFrame& other);
85 bool copyBitmapData(const ImageFrame&);
215 // (e.g. JPEGImageDecoder). This base manages the ImageFrame cache.
286 virtual ImageFrame* frameBufferAtIndex(size_t) = 0
    [all...]
ImageFrame.cpp 35 ImageFrame::ImageFrame()
50 ImageFrame& ImageFrame::operator=(const ImageFrame& other)
76 void ImageFrame::clearPixelData()
86 void ImageFrame::zeroFillPixelData()
92 bool ImageFrame::copyBitmapData(const ImageFrame& other)
103 bool ImageFrame::setSize(int newWidth, int newHeight
    [all...]

Completed in 28 milliseconds