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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_enc.h404 uint_fast32_t tlx; member in struct:jpc_enc_prc_s
490 uint_fast32_t tlx; member in struct:jpc_enc_rlvl_s
613 uint_fast32_t tlx; member in struct:jpc_enc_tile_s
H A Djpc_enc.c1435 rho = (double) (tile->brx - tile->tlx) * (tile->bry - tile->tly) /
1988 tile->tlx = JAS_MAX(cp->tilegrdoffx + htileno * cp->tilewidth,
2093 uint_fast32_t tlx; local
2114 tlx = JPC_CEILDIV(tile->tlx, ccp->sampgrdstepx);
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)) {
2224 rlvl->tlx = JPC_CEILDIVPOW2(jas_seq2d_xstart(tcmpt->data), tcmpt->numrlvls -
2233 if (rlvl->tlx >
[all...]
H A Djas_image.c143 static jas_image_cmpt_t *jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly,
206 if (!(image->cmpts_[cmptno] = jas_image_cmpt_create(cmptparm->tlx,
329 static jas_image_cmpt_t *jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly, argument
340 cmpt->tlx_ = tlx;
705 if (!(newcmpt = jas_image_cmpt_create(cmptparm->tlx,
878 cmptparms.tlx = cmpt->tlx_;
H A Djpc_t2enc.c675 pi->xstart = tile->tlx;
H A Djpc_dec.c500 compinfo->tlx = 0;
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h264 uint_fast32_t tlx; member in struct:__anon2750
/haiku-fatelf/src/add-ons/translators/icns/libicns/
H A Dicns_jp2.c389 cmptparms[c].tlx = 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 55 milliseconds