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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 329 if (m_presentedImage)
330 context->drawImage(m_presentedImage.get(), pixelSnappedIntRect(r), compositeOperator, DoNotRespectImageOrientation, useLowQualityScale);
353 if (!m_presentedImage) {
355 m_presentedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
361 m_presentedImage.clear();
HTMLCanvasElement.h 179 mutable RefPtr<Image> m_presentedImage;

Completed in 201 milliseconds