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

/external/webkit/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.cpp159 float vScale = dstRect.height() / srcRect.height(); local
164 CGContextTranslateCTM(context->platformContext(), dstRect.x() - srcRect.x() * hScale, dstRect.y() - srcRect.y() * vScale);
165 CGContextScaleCTM(context->platformContext(), hScale, vScale);

Completed in 9 milliseconds