Home
last modified time | relevance | path

Searched refs:tmptly (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
237 tmptly=((tly>=0?tly:0)<screen->h?tly:screen->h); in gfx_new_win()
240 if(tmptlx>=tmpbrx||tmptly>=tmpbry) in gfx_new_win()
245 win->win_h=tmpbry-tmptly; in gfx_new_win()
255 win->win_tly=offy+tmptly; in gfx_new_win()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/
H A Djas_image.c1175 jas_image_coord_t tmptly; in jas_image_calcbbox2() local
1183 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1190 if (cmpt->tly_ < tmptly) in jas_image_calcbbox2()
1191 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1201 tmptly = 0; in jas_image_calcbbox2()
1206 *tly = tmptly; in jas_image_calcbbox2()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djas_image.c1164 jas_image_coord_t tmptly; in jas_image_calcbbox2() local
1172 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1179 if (cmpt->tly_ < tmptly) in jas_image_calcbbox2()
1180 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1190 tmptly = 0; in jas_image_calcbbox2()
1195 *tly = tmptly; in jas_image_calcbbox2()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/base/
H A Djas_image.c1331 jas_image_coord_t tmptly; in jas_image_calcbbox2() local
1338 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1345 if (cmpt->tly_ < tmptly) in jas_image_calcbbox2()
1346 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1356 tmptly = 0; in jas_image_calcbbox2()
1361 *tly = tmptly; in jas_image_calcbbox2()