Home
last modified time | relevance | path

Searched refs:tmptlx (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
236 tmptlx=((tlx>=0?tlx:0)<screen->w?tlx: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()
254 win->win_tlx=offx+tmptlx; in gfx_new_win()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/
H A Djas_image.c1174 jas_image_coord_t tmptlx; in jas_image_calcbbox2() local
1182 tmptlx = cmpt->tlx_; in jas_image_calcbbox2()
1188 if (cmpt->tlx_ < tmptlx) in jas_image_calcbbox2()
1189 tmptlx = cmpt->tlx_; in jas_image_calcbbox2()
1200 tmptlx = 0; in jas_image_calcbbox2()
1205 *tlx = tmptlx; in jas_image_calcbbox2()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djas_image.c1163 jas_image_coord_t tmptlx; in jas_image_calcbbox2() local
1171 tmptlx = cmpt->tlx_; in jas_image_calcbbox2()
1177 if (cmpt->tlx_ < tmptlx) in jas_image_calcbbox2()
1178 tmptlx = cmpt->tlx_; in jas_image_calcbbox2()
1189 tmptlx = 0; in jas_image_calcbbox2()
1194 *tlx = tmptlx; in jas_image_calcbbox2()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/base/
H A Djas_image.c1330 jas_image_coord_t tmptlx; in jas_image_calcbbox2() local
1337 tmptlx = cmpt->tlx_; in jas_image_calcbbox2()
1343 if (cmpt->tlx_ < tmptlx) in jas_image_calcbbox2()
1344 tmptlx = cmpt->tlx_; in jas_image_calcbbox2()
1355 tmptlx = 0; in jas_image_calcbbox2()
1360 *tlx = tmptlx; in jas_image_calcbbox2()