HomeSort by relevance Sort by last modified time
    Searched refs:ty1 (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.h 103 OPJ_INT32 tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
pi.c 339 pi->poc.ty1 = pi->ty1;
343 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
360 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
423 pi->poc.ty1 = pi->ty1;
426 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
441 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
504 pi->poc.ty1 = pi->ty1;
    [all...]
openjpeg.h 339 OPJ_INT32 tx0,tx1,ty0,ty1; member in struct:opj_poc
    [all...]
  /external/libvncserver/x11vnc/
userinput.c 1191 int tx1, ty1, tx2, ty2; local
1217 ty1 = attr.y;
1228 frame = sraRgnCreateRect(tx1, ty1, tx2, ty2);
1244 ty1 = rect.y1;
1250 if (nabs(ty2-ty1) <= bdskinny) {
1267 if (bdy < ty1 || ty2 <= bdy) {
1273 ty1 -= coff_y;
1279 ty1 -= off_y;
1284 direct_fb_copy(tx1, ty1, tx2, ty2, 1);
1288 if (db > 1) fprintf(stderr, " BDP(%d,%d-%d,%d) dt: %.4f\n", tx1, ty1, tx2, ty2, dt)
1590 int tx1, ty1, tx2, ty2; local
1686 int tx1, ty1, tx2, ty2; local
2412 int tx1, ty1, tx2, ty2; local
3229 int k, tx1, tx2, ty1, ty2; local
3733 int ty1 = rect.y1; local
    [all...]

Completed in 55 milliseconds