Home | History | Annotate | Download | only in dib

Lines Matching refs:dest_end

192       double dest_end = FXSYS_Div((FX_FLOAT)(j + 1) - base, scale);
193 if (dest_start > dest_end) {
195 dest_start = dest_end;
196 dest_end = temp;
201 double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1)
203 : dest_end;