Lines Matching refs:hstep_
259 newcmpt->hstep_ = cmpt->hstep_; in jas_image_cmpt_copy()
312 cmpt->hstep_ = hstep; in jas_image_cmpt_create()
745 image->brx_ = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1; in jas_image_setbbox()
755 x = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1; in jas_image_setbbox()
857 cmptparms.hstep = cmpt->hstep_; in jas_image_depalettize()
1083 cmptbrx = oldcmpt->tlx_ + (oldcmpt->width_ - 1) * oldcmpt->hstep_; in jas_image_sampcmpt()
1090 x = newcmpt->tlx_ + newcmpt->hstep_ * j; in jas_image_sampcmpt()
1091 ax = downtomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; in jas_image_sampcmpt()
1093 bx = uptomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; in jas_image_sampcmpt()
1104 oldx = (ax - oldcmpt->tlx_) / oldcmpt->hstep_; in jas_image_sampcmpt()
1107 oldx = (bx - oldcmpt->tlx_) / oldcmpt->hstep_; in jas_image_sampcmpt()
1110 oldx = (bx - oldcmpt->tlx_) / oldcmpt->hstep_; in jas_image_sampcmpt()
1113 oldx = (ax - oldcmpt->tlx_) / oldcmpt->hstep_; in jas_image_sampcmpt()
1173 tmpbrx = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1); in jas_image_calcbbox2()
1181 t = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1); in jas_image_calcbbox2()