Searched refs:tx1 (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dpi.h96 int tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
H A Dpi.c189 pi->poc.tx1 = pi->tx1;
193 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += pi->dx - (pi->x % pi->dx)) {
208 trx1 = int_ceildiv(pi->tx1, comp->dx << levelno);
273 pi->poc.tx1 = pi->tx1;
276 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += pi->dx - (pi->x % pi->dx)) {
289 trx1 = int_ceildiv(pi->tx1, comp->dx << levelno);
354 pi->poc.tx1 = pi->tx1;
[all...]
H A Dopenjpeg.h216 int tx0,tx1,ty0,ty1; member in struct:opj_poc
/haiku-fatelf/headers/libs/agg/
H A Dagg_clip_liang_barsky.h298 T tx1 = *x1; local
304 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x1, y1, f1))
316 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x2, y2, f2))
H A Dagg_rasterizer_sl_clip.h167 coord_type tx1 = x1; local
174 tx1 = x1 + Conv::mul_div(m_clip_box.y1-y1, x2-x1, y2-y1);
180 tx1 = x1 + Conv::mul_div(m_clip_box.y2-y1, x2-x1, y2-y1);
195 ras.line(Conv::xi(tx1), Conv::yi(ty1),

Completed in 60 milliseconds