Searched refs:total_weight (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_span_image_filter_rgba.h727 int total_weight = 0; local
750 total_weight += weight;
760 fg[0] /= total_weight;
761 fg[1] /= total_weight;
762 fg[2] /= total_weight;
763 fg[3] /= total_weight;
855 int total_weight = 0; local
877 total_weight += weight;
887 fg[0] /= total_weight;
888 fg[1] /= total_weight;
[all...]
H A Dagg_span_image_filter_rgb.h707 int total_weight = 0; local
729 total_weight += weight;
739 fg[0] /= total_weight;
740 fg[1] /= total_weight;
741 fg[2] /= total_weight;
831 int total_weight = 0; local
852 total_weight += weight;
862 fg[0] /= total_weight;
863 fg[1] /= total_weight;
864 fg[2] /= total_weight;
[all...]
H A Dagg_span_image_filter_gray.h588 int total_weight = 0; local
608 total_weight += weight;
618 fg /= total_weight;
699 int total_weight = 0; local
718 total_weight += weight;
728 fg /= total_weight;

Completed in 43 milliseconds