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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h227 uint_fast32_t brx_; member in struct:__anon2749
352 ((image)->brx_ - (image)->tlx_)
371 ((image)->brx_)
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c233 image->brx_ = 0;
781 image->brx_ = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1;
792 if (image->brx_ < x) {
793 image->brx_ = x;
803 image->brx_ = 0;

Completed in 46 milliseconds