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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 51 GLfloat qx0, qy0; /* quad vertices */ member in struct:LineInfo
290 const GLfloat fy0 = sy - info->qy0;
350 line->qy0 = y0 + line->xAdj;
359 line->ey0 = line->qy1 - line->qy0;
365 line->ey3 = line->qy0 - line->qy3;
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 51 GLfloat qx0, qy0; /* quad vertices */ member in struct:LineInfo
290 const GLfloat fy0 = sy - info->qy0;
350 line->qy0 = y0 + line->xAdj;
359 line->ey0 = line->qy1 - line->qy0;
365 line->ey3 = line->qy0 - line->qy3;

Completed in 448 milliseconds