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

  /external/libvncserver/x11vnc/
userinput.c 1191 int tx1, ty1, tx2, ty2; local
1219 ty2 = attr.y + attr.height;
1228 frame = sraRgnCreateRect(tx1, ty1, tx2, ty2);
1246 ty2 = rect.y2;
1250 if (nabs(ty2-ty1) <= bdskinny) {
1267 if (bdy < ty1 || ty2 <= bdy) {
1275 ty2 -= coff_y;
1281 ty2 -= 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
3735 int ty2 = rect.y2; local
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 638 let ty2 = function_type i8_type [| i8_type; i64_type |] in var
648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c     [all...]

Completed in 143 milliseconds