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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
376 yBot = y0 - 3.0F * line->halfWidth;
380 yBot = y0 - line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
392 yBot = y1 - line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
402 const GLint iyBot = (GLint) yBot;
409 yBot += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
419 yBot = y0 - line->halfWidth
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
376 yBot = y0 - 3.0F * line->halfWidth;
380 yBot = y0 - line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
392 yBot = y1 - line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
402 const GLint iyBot = (GLint) yBot;
409 yBot += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
419 yBot = y0 - line->halfWidth
    [all...]

Completed in 30 milliseconds