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

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dmandelbrot.c48 static GLfloat zoom = 1.0, xCenter = -1.5, yCenter = 0.0; variable in typeref:typename:GLfloat
59 glUniform1fv(uYcenter, 1, &yCenter);
134 yCenter += step;
137 yCenter -= step;
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c1314 double yCenter = (priv->synpara.top_edge + priv->synpara.bottom_edge) / 2.0; local in function:angle
1316 return atan2(-(y - yCenter), x - xCenter);
2994 int yCenter = (priv->synpara.top_edge + priv->synpara.bottom_edge) / 2; local in function:ScaleCoordinates
2997 hw->y = (hw->y - yCenter) * priv->vert_coeff + yCenter;

Completed in 6 milliseconds