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

  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 219 m_copiedImage.clear(); // Clear our image snapshot if we have one.
344 m_copiedImage.clear();
483 if (!m_copiedImage && buffer()) {
486 m_copiedImage = buffer()->copyImage();
488 return m_copiedImage.get();
493 m_copiedImage.clear();
HTMLCanvasElement.h 167 mutable RefPtr<Image> m_copiedImage; // FIXME: This is temporary for platforms that have to copy the image buffer to render (and for CSSCanvasValue).

Completed in 504 milliseconds