Searched refs:hstep_ (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h186 uint_fast32_t hstep_; member in struct:__anon2748
413 ((image)->cmpts_[cmptno]->hstep_)
431 (image)->cmpts_[cmptno]->hstep_)
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c292 newcmpt->hstep_ = cmpt->hstep_;
342 cmpt->hstep_ = hstep;
781 image->brx_ = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1;
791 x = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1;
880 cmptparms.hstep = cmpt->hstep_;

Completed in 103 milliseconds