Searched refs:vScale (Results 1 – 4 of 4) sorted by relevance
363 SkScalar vScale = (bitHeight - 2) / largerHeight; in debug_scale_matrix() local365 scale.preScale(hScale, vScale); in debug_scale_matrix()368 larger.fTop *= vScale; in debug_scale_matrix()369 larger.fBottom *= vScale; in debug_scale_matrix()
182 SkScalar vScale = (bitHeight - 2) / largerHeight; in scaleMatrix() local184 scale.preScale(hScale, vScale); in scaleMatrix()187 larger.fTop *= vScale; in scaleMatrix()188 larger.fBottom *= vScale; in scaleMatrix()
1423 real32 vScale = (real32) ((int32) valDivisions - 1); in RefBaselineHueSatMap() local1533 real32 vScaled = vEncoded * vScale; in RefBaselineHueSatMap()
18507 IRTemp vScale = newTemp(Ity_V128); in dis_av_fp_convert() local18516 assign( vScale, unop(Iop_Dup32x4, mkU32( float_to_bits(scale) )) ); in dis_av_fp_convert()18547 mkexpr(vB), mkexpr(vScale))) ); in dis_av_fp_convert()18555 mkexpr(vB), mkexpr(vScale))) ); in dis_av_fp_convert()