Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:area

61 /* Position and area in fixed point coordinates */
65 int area;
166 debug_printf(" - zero area\n");
250 /* Area should always be positive here */
251 assert(position->area > 0);
573 /* The largest dimension of the rasterized area of the triangle
812 position->area = position->dx01 * position->dy20 - position->dx20 * position->dy01;
837 position->area = -position->area;
864 position->area = -position->area;
879 if (position.area < 0) {
899 if (position.area > 0)
923 if (position.area > 0)
925 else if (position.area < 0) {