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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEMorphology.cpp 258 GraphicsContext* dstContext = resultImage->context();
264 dstContext->saveLayer(0, &paint);
265 dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy);
266 dstContext->restoreLayer();
FEGaussianBlur.cpp 331 GraphicsContext* dstContext = resultImage->context();
334 dstContext->saveLayer(0, &paint);
336 dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy);
337 dstContext->restoreLayer();

Completed in 802 milliseconds