Home | History | Annotate | Download | only in dib

Lines Matching refs:area_end

169             double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1) ? (FX_FLOAT)(dest_pixel + 1) : dest_end;

170 double weight = area_start >= area_end ? 0.0f : area_end - area_start;