Searched refs:platformContextToClip (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferCG.cpp327 CGContextRef platformContextToClip = contextToClip->platformContext(); local
330 CGContextTranslateCTM(platformContextToClip, rect.x(), rect.y() + backingStoreSizeInUserSpace.height());
331 CGContextScaleCTM(platformContextToClip, 1, -1);
332 CGContextClipToRect(platformContextToClip, FloatRect(FloatPoint(0, backingStoreSizeInUserSpace.height() - rect.height()), rect.size()));
333 CGContextClipToMask(platformContextToClip, FloatRect(FloatPoint(), backingStoreSizeInUserSpace), image.get());
334 CGContextScaleCTM(platformContextToClip, 1, -1);
335 CGContextTranslateCTM(platformContextToClip, -rect.x(), -rect.y() - rect.height());

Completed in 106 milliseconds