File: op.h

package info (click to toggle)
fbi 2.09-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,588 kB
  • ctags: 3,144
  • sloc: ansic: 20,653; sh: 110; perl: 12; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
extern struct ida_op desc_flip_vert;
extern struct ida_op desc_flip_horz;
extern struct ida_op desc_rotate_cw;
extern struct ida_op desc_rotate_ccw;
extern struct ida_op desc_invert;
extern struct ida_op desc_crop;
extern struct ida_op desc_autocrop;