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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DImageBufferSurface.h 59 virtual bool restore() OVERRIDE { return m_layerBridge->restoreSurface(); }
Canvas2DLayerBridge.h 75 bool restoreSurface();
ImageBuffer.h 90 bool restoreSurface() const;
Canvas2DLayerBridge.cpp 347 bool Canvas2DLayerBridge::restoreSurface()
ImageBuffer.cpp 115 bool ImageBuffer::restoreSurface() const
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 198 if (canvas()->hasImageBuffer() && canvas()->buffer()->restoreSurface()) {
    [all...]

Completed in 403 milliseconds