Searched refs:tmpbrx (Results 1 – 1 of 1) sorted by relevance
1165 jas_image_coord_t tmpbrx; in jas_image_calcbbox2() local1173 tmpbrx = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1); in jas_image_calcbbox2()1182 if (t > tmpbrx) in jas_image_calcbbox2()1183 tmpbrx = t; in jas_image_calcbbox2()1191 tmpbrx = -1; in jas_image_calcbbox2()1196 *brx = tmpbrx; in jas_image_calcbbox2()