Searched defs:ImageFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageFrame.cpp32 ImageFrame::ImageFrame() function in class:blink::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
[all...]
H A DImageFrame.h38 // ImageFrame represents the decoded image data. This buffer is what all
40 class PLATFORM_EXPORT ImageFrame { class in namespace:blink
71 ImageFrame();
73 ImageFrame(const ImageFrame& other) { operator=(other); } function in class:blink::ImageFrame
77 ImageFrame& operator=(const ImageFrame& other);
87 bool copyBitmapData(const ImageFrame&);

Completed in 77 milliseconds