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

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.cpp165 float hScale = dstRect.width() / srcRect.width(); local
171 CGContextTranslateCTM(context->platformContext(), dstRect.x() - srcRect.x() * hScale, dstRect.y() - srcRect.y() * vScale);
172 CGContextScaleCTM(context->platformContext(), hScale, vScale);
/external/v8/benchmarks/
H A Dnavier-stokes.js259 var hScale = 0.5 * height;
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);

Completed in 151 milliseconds