Lines Matching defs:area
1722 int width, int area, uint8* dst, int count) = CumulativeSumToAverageRow_C;
1765 int area = radius * (bot_y - top_y);
1793 boxwidth, area, &dst_argb[x * 4], 1);
1794 area += (bot_y - top_y);
1801 boxwidth, area, &dst_argb[x * 4], n);
1805 area -= (bot_y - top_y);
1809 boxwidth, area, &dst_argb[x * 4], 1);