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

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.cpp166 float vScale = dstRect.height() / srcRect.height(); local
171 CGContextTranslateCTM(context->platformContext(), dstRect.x() - srcRect.x() * hScale, dstRect.y() - srcRect.y() * vScale);
172 CGContextScaleCTM(context->platformContext(), hScale, vScale);
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c13006 IRTemp vScale = newTemp(Ity_V128); local
13015 assign( vScale, unop(Iop_Dup32x4, mkU32( float_to_bits(scale) )) );
13045 binop(Iop_Mul32Fx4, mkexpr(vB), mkexpr(vScale))) );
13052 binop(Iop_Mul32Fx4, mkexpr(vB), mkexpr(vScale))) );

Completed in 106 milliseconds