Searched refs:downtomult (Results 1 – 1 of 1) sorted by relevance
110 static long downtomult(long x, long y);1091 ax = downtomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; in jas_image_sampcmpt()1092 ay = downtomult(y - oldcmpt->tly_, oldcmpt->vstep_) + oldcmpt->tly_; in jas_image_sampcmpt()1257 static long downtomult(long x, long y) in downtomult() function