Lines Matching defs:cover
1109 int cover;
1117 cover = cells->head.covered_height*FAST_SAMPLES_X;
1118 assert(cover >= 0);
1124 __DBG(("%s: cell=(%d, %d, %d), cover=%d\n", __FUNCTION__,
1126 cover));
1130 if (box.x2 > box.x1 && (unbounded || cover)) {
1135 cover));
1136 span(sna, op, clip, &box, cover);
1139 cover += cell->covered_height*FAST_SAMPLES_X;
1143 int area = cover - cell->uncovered_area;
1158 if (box.x2 > box.x1 && (unbounded || cover)) {
1163 cover));
1164 span(sna, op, clip, &box, cover);
1464 int cover = 0;
1474 v = cover * 256 / FAST_SAMPLES_XY;
1479 cover += (int8_t)(dw & 0xff);
1480 if (cover) {
1481 assert(cover > 0);
1482 v = cover * 256 / FAST_SAMPLES_XY;
1489 cover += (int8_t)(dw & 0xff);
1490 if (cover) {
1491 assert(cover > 0);
1492 v = cover * 256 / FAST_SAMPLES_XY;
1499 cover += (int8_t)(dw & 0xff);
1500 if (cover) {
1501 assert(cover > 0);
1502 v = cover * 256 / FAST_SAMPLES_XY;
1509 cover += (int8_t)(dw & 0xff);
1510 if (cover) {
1511 assert(cover > 0);
1512 v = cover * 256 / FAST_SAMPLES_XY;
1528 cover += *buf++;
1529 assert(cover >= 0);
1531 v = cover * 256 / FAST_SAMPLES_XY;