Lines Matching refs:tly_
195 image->tly_ = 0; in jas_image_create0()
258 newcmpt->tly_ = cmpt->tly_; in jas_image_cmpt_copy()
311 cmpt->tly_ = tly; in jas_image_cmpt_create()
744 image->tly_ = cmpt->tly_; in jas_image_setbbox()
746 image->bry_ = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_ - 1) + 1; in jas_image_setbbox()
752 if (image->tly_ > cmpt->tly_) { in jas_image_setbbox()
753 image->tly_ = cmpt->tly_; in jas_image_setbbox()
759 y = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_ - 1) + 1; in jas_image_setbbox()
766 image->tly_ = 0; in jas_image_setbbox()
856 cmptparms.tly = cmpt->tly_; in jas_image_depalettize()
1069 assert(oldcmpt->tlx_ == 0 && oldcmpt->tly_ == 0); in jas_image_sampcmpt()
1084 cmptbry = oldcmpt->tly_ + (oldcmpt->height_ - 1) * oldcmpt->vstep_; in jas_image_sampcmpt()
1088 y = newcmpt->tly_ + newcmpt->vstep_ * i; in jas_image_sampcmpt()
1092 ay = downtomult(y - oldcmpt->tly_, oldcmpt->vstep_) + oldcmpt->tly_; in jas_image_sampcmpt()
1096 by = uptomult(y - oldcmpt->tly_, oldcmpt->vstep_) + oldcmpt->tly_; in jas_image_sampcmpt()
1105 oldy = (ay - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
1108 oldy = (ay - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
1111 oldy = (by - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
1114 oldy = (by - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
1172 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1174 tmpbry = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_ - 1); in jas_image_calcbbox2()
1179 if (cmpt->tly_ < tmptly) in jas_image_calcbbox2()
1180 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1184 t = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_ - 1); in jas_image_calcbbox2()