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/platform/image-decoders/
ImageFrame.cpp 32 ImageFrame::ImageFrame()
48 ImageFrame& ImageFrame::operator=(const ImageFrame& other)
78 void ImageFrame::clearPixelData()
88 void ImageFrame::zeroFillPixelData()
94 bool ImageFrame::copyBitmapData(const ImageFrame& other)
104 bool ImageFrame::setSize(int newWidth, int newHeight
    [all...]
ImageFrame.h 38 // ImageFrame represents the decoded image data. This buffer is what all
40 class PLATFORM_EXPORT ImageFrame {
71 ImageFrame();
73 ImageFrame(const ImageFrame& other) { operator=(other); }
77 ImageFrame& operator=(const ImageFrame& other);
87 bool copyBitmapData(const ImageFrame&);

Completed in 522 milliseconds