HomeSort by relevance Sort by last modified time
    Searched refs:pcy0 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 138 double COS, SIN, x0p, y0p, x1p, y1p, pcx0, pcy0, pcx1, pcy1; local
150 &pcx0, &pcy0, &pcx1, &pcy1)) {
155 pcx0 *= rh; pcy0 *= rv;
157 *cx0 = pcx0*COS - pcy0*SIN;
158 *cy0 = pcx0*SIN + pcy0*COS;
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 138 double COS, SIN, x0p, y0p, x1p, y1p, pcx0, pcy0, pcx1, pcy1; local
150 &pcx0, &pcy0, &pcx1, &pcy1)) {
155 pcx0 *= rh; pcy0 *= rv;
157 *cx0 = pcx0*COS - pcy0*SIN;
158 *cy0 = pcx0*SIN + pcy0*COS;

Completed in 33 milliseconds