total_pixels      196 modules/histogram.c             int total_pixels = viewport_pix_width * viewport_height;
total_pixels      199 modules/histogram.c             if(total_pixels <= HISTO_XSTEP_MIN*HISTO_YSTEP_MIN*HISTO_TARGET_SAMPLES) {
total_pixels      204 modules/histogram.c                 ystep = total_pixels/(HISTO_XSTEP_MIN*HISTO_TARGET_SAMPLES);
total_pixels      499 modules/rawhookops.c     unsigned total_pixels;
total_pixels      511 modules/rawhookops.c     h->total_pixels = 0;
total_pixels      547 modules/rawhookops.c     h->total_pixels=0;
total_pixels      564 modules/rawhookops.c     h->total_pixels=((1+(xmax - xstart - 1)/xstep))*((1+(ymax - ystart - 1)/ystep));
total_pixels      571 modules/rawhookops.c             h->total_pixels=0;
total_pixels      624 modules/rawhookops.c     if(!h->total_pixels) {
total_pixels      638 modules/rawhookops.c         lua_pushnumber(L,round_d2i((scale*(double)count)/(double)h->total_pixels));
total_pixels      654 modules/rawhookops.c     lua_pushnumber(L,h->total_pixels);