Searched refs:sourceGraphicContext (Results 1 – 1 of 1) sorted by relevance
242 GraphicsContext* sourceGraphicContext = sourceGraphic->context(); in applyResource() local243 ASSERT(sourceGraphicContext); in applyResource()245 sourceGraphicContext->translate(-absoluteDrawingRegion.x(), -absoluteDrawingRegion.y()); in applyResource()247 sourceGraphicContext->scale(scale); in applyResource()249 sourceGraphicContext->concatCTM(filterData->shearFreeAbsoluteTransform); in applyResource()250 sourceGraphicContext->clearRect(FloatRect(FloatPoint(), absoluteDrawingRegion.size())); in applyResource()254 context = sourceGraphicContext; in applyResource()