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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h180 uint_fast32_t tlx_; member in struct:__anon2748
221 uint_fast32_t tlx_; member in struct:__anon2749
352 ((image)->brx_ - (image)->tlx_)
361 ((image)->tlx_)
421 ((image)->cmpts_[cmptno]->tlx_)
430 ((image)->cmpts_[cmptno]->tlx_ + (image)->cmpts_[cmptno]->width_ * \
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c231 image->tlx_ = 0;
290 newcmpt->tlx_ = cmpt->tlx_;
340 cmpt->tlx_ = tlx;
779 image->tlx_ = cmpt->tlx_;
781 image->brx_ = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1;
785 if (image->tlx_ > cmpt->tlx_) {
786 image->tlx_
[all...]

Completed in 60 milliseconds