Home
last modified time | relevance | path

Searched refs:tmpbrx (Results 1 – 4 of 4) sorted by relevance

/dports/games/xorgramana/XorGramana-0.0.8/
H A Dgfx.c226 int tmptlx,tmptly,tmpbrx,tmpbry; in gfx_new_win() local
238 tmpbrx=((brx>=0?brx:0)<screen->w?brx:screen->w); in gfx_new_win()
240 if(tmptlx>=tmpbrx||tmptly>=tmpbry) in gfx_new_win()
244 win->win_w=tmpbrx-tmptlx; in gfx_new_win()
256 win->win_brx=offx+tmpbrx; in gfx_new_win()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/
H A Djas_image.c1176 jas_image_coord_t tmpbrx; in jas_image_calcbbox2() local
1184 tmpbrx = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1); in jas_image_calcbbox2()
1193 if (t > tmpbrx) in jas_image_calcbbox2()
1194 tmpbrx = t; in jas_image_calcbbox2()
1202 tmpbrx = -1; in jas_image_calcbbox2()
1207 *brx = tmpbrx; in jas_image_calcbbox2()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djas_image.c1165 jas_image_coord_t tmpbrx; in jas_image_calcbbox2() local
1173 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()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/base/
H A Djas_image.c1332 jas_image_coord_t tmpbrx; in jas_image_calcbbox2() local
1339 tmpbrx = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1); in jas_image_calcbbox2()
1348 if (t > tmpbrx) in jas_image_calcbbox2()
1349 tmpbrx = t; in jas_image_calcbbox2()
1357 tmpbrx = -1; in jas_image_calcbbox2()
1362 *brx = tmpbrx; in jas_image_calcbbox2()