Searched refs:vScale (Results 1 – 3 of 3) sorted by relevance
129 double hScale, vScale; in transfrom() local136 vScale = ( double ) height / ( double ) vRange; in transfrom()138 top = ( mTop + vRange / 2 ) * vScale; in transfrom()140 areaHeight = ( mBottom + vRange / 2 ) * vScale; in transfrom()
127 double hScale, vScale; in transfrom() local134 vScale = ( double ) height / ( double ) vRange; in transfrom()136 top = ( mTop + vRange / 2 ) * vScale; in transfrom()138 areaHeight = ( mBottom + vRange / 2 ) * vScale; in transfrom()
144 double yScale, double uScale, double vScale,1008 double yScale, double uScale, double vScale, in psb_create_coeffs() argument1015 *pVCoeff = vScale * contrast; in psb_create_coeffs()1018 + (uOff * uScale) + (vOff * vScale)) * contrast + rgbOff; in psb_create_coeffs()