Searched refs:tly (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_enc.h407 uint_fast32_t tly; member in struct:jpc_enc_prc_s
494 uint_fast32_t tly; member in struct:jpc_enc_rlvl_s
617 uint_fast32_t tly; member in struct:jpc_enc_tile_s
H A Djpc_enc.c1435 rho = (double) (tile->brx - tile->tlx) * (tile->bry - tile->tly) /
1990 tile->tly = JAS_MAX(cp->tilegrdoffy + vtileno * cp->tileheight,
2094 uint_fast32_t tly; local
2115 tly = JPC_CEILDIV(tile->tly, ccp->sampgrdstepy);
2120 if (!(tcmpt->data = jas_seq2d_create(tlx, tly, brx, bry))) {
2127 if (jas_image_readcmpt(image, cmptno, tlx - cmpttlx, tly - cmpttly,
2128 brx - tlx, bry - tly, tcmpt->data)) {
2226 rlvl->tly = JPC_CEILDIVPOW2(jas_seq2d_ystart(tcmpt->data), tcmpt->numrlvls -
2233 if (rlvl->tlx >= rlvl->brx || rlvl->tly >
[all...]
H A Djas_image.c143 static jas_image_cmpt_t *jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly,
207 cmptparm->tly, cmptparm->hstep, cmptparm->vstep,
329 static jas_image_cmpt_t *jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly, argument
341 cmpt->tly_ = tly;
706 cmptparm->tly, cmptparm->hstep, cmptparm->vstep,
879 cmptparms.tly = cmpt->tly_;
H A Djpc_t2enc.c676 pi->ystart = tile->tly;
H A Djpc_dec.c501 compinfo->tly = 0;
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h267 uint_fast32_t tly; member in struct:__anon2750
/haiku-fatelf/src/add-ons/translators/icns/libicns/
H A Dicns_jp2.c390 cmptparms[c].tly = 0;
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c3668 mkpanel(rows,cols,tly,tlx) - alloc a win and panel and associate them
3671 mkpanel(unsigned color, int rows, int cols, int tly, int tlx) argument
3676 if ((win = newwin(rows, cols, tly, tlx)) != 0) {

Completed in 73 milliseconds